Skip to content

Commit 0e8063f

Browse files
rv-jenkinsrv-auditortothtamas28
authored
Update dependency: deps/k_release (#167)
Update `kframework` to `7.1.318`. --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Tamás Tóth <tothtamas28@users.noreply.github.com>
1 parent add3fd3 commit 0e8063f

6 files changed

Lines changed: 689 additions & 621 deletions

File tree

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.304
1+
7.1.318

deps/uv_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.14
1+
0.9.22

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.125
1+
0.1.126

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kriscv"
7-
version = "0.1.125"
7+
version = "0.1.126"
88
description = "K tooling for the RISC-V architecture"
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework==7.1.304",
12+
"kframework==7.1.318",
1313
"filelock>=3.14.0,<4",
1414
"pyelftools>=0.26",
1515
"pyyaml>=6.0.1,<7",

src/tests/riscof/sail_cSim/riscof_sail_cSim.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,9 @@ def initialise(self, suite: str, workdir: str, env: str) -> None:
4545
self.env = env
4646
self.compile_cmd = 'riscv64-unknown-elf-gcc -march={0} \
4747
-static -mcmodel=medany -fvisibility=hidden -nostdlib -nostartfiles'
48-
self.compile_cmd += (
49-
' -T '
50-
+ self.pluginpath
51-
+ '/env/link.ld\
52-
-I '
53-
+ self.pluginpath
54-
+ '/env/\
55-
-I '
56-
+ env
57-
)
48+
self.compile_cmd += ' -T ' + self.pluginpath + '/env/link.ld\
49+
-I ' + self.pluginpath + '/env/\
50+
-I ' + env
5851

5952
def build(self, isa_yaml: str, platform_yaml: str) -> None:
6053
ispec = utils.load_yaml(isa_yaml)['hart0']

0 commit comments

Comments
 (0)