Skip to content

Commit 29c2feb

Browse files
committed
[wip] bump versions
1 parent f631733 commit 29c2feb

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ scripts/compile.tcl
66
regression_tests/
77
pulp-runtime/
88
fault_injection_sim/
9+
.venv/

Bender.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ packages:
77
dependencies:
88
- common_cells
99
axi:
10-
revision: 39f5f2d51c5e524f6fc5cf8b6e901f7dcc5622d7
11-
version: 0.39.6
10+
revision: f07498d53ecd5518b277c7d213ec3b71ca4df93c
11+
version: 0.39.7
1212
source:
1313
Git: https://github.com/pulp-platform/axi.git
1414
dependencies:
@@ -55,8 +55,8 @@ packages:
5555
- scm
5656
- tech_cells_generic
5757
cluster_interconnect:
58-
revision: 1284def6c0b7f7e9355eb093d00883ad9dead1b7
59-
version: null
58+
revision: 2967d8d17be0a6139229ca8d3d4956e182aec3de
59+
version: 1.3.0
6060
source:
6161
Git: https://github.com/pulp-platform/cluster_interconnect.git
6262
dependencies:
@@ -69,8 +69,8 @@ packages:
6969
dependencies:
7070
- hci
7171
common_cells:
72-
revision: c27bce39ebb2e6bae52f60960814a2afca7bd4cb
73-
version: 1.37.0
72+
revision: 9afda9abb565971649c2aa0985639c096f351171
73+
version: 1.38.0
7474
source:
7575
Git: https://github.com/pulp-platform/common_cells.git
7676
dependencies:
@@ -165,8 +165,8 @@ packages:
165165
Git: https://github.com/pulp-platform/icache-intc.git
166166
dependencies: []
167167
idma:
168-
revision: 92799c5fabcf2cd1f224f970bbb040b290d08fd5
169-
version: null
168+
revision: ff5d56fffb3767814db88d6bf8f381974ea33aa5
169+
version: 0.6.4
170170
source:
171171
Git: https://github.com/pulp-platform/idma.git
172172
dependencies:
@@ -257,8 +257,8 @@ packages:
257257
- fpnew
258258
- tech_cells_generic
259259
scm:
260-
revision: 74426dee36f28ae1c02f7635cf844a0156145320
261-
version: null
260+
revision: 472f99affe44ff7b282b519c047a3cfeb35b16c6
261+
version: 1.2.0
262262
source:
263263
Git: https://github.com/pulp-platform/scm.git
264264
dependencies:

Bender.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: v1.3.0 }
1919
event_unit_flex: { git: "https://github.com/pulp-platform/event_unit_flex.git", rev: astral-v1.0 }
2020
mchan: { git: "https://github.com/pulp-platform/mchan.git", rev: v1.2.4 }
21-
idma: { git: "https://github.com/pulp-platform/idma.git", rev: "92799c5fabcf2cd1f224f970bbb040b290d08fd5" } # branch: smazzola/chimera
21+
idma: { git: "https://github.com/pulp-platform/idma.git", rev: v0.6.4 }
2222
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: v1.3.0 }
2323
cluster_icache: { git: "https://github.com/pulp-platform/cluster_icache.git", rev: v0.2.0 }
2424
cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", rev: v2.2.0 }
@@ -31,7 +31,7 @@ dependencies:
3131
ibex: { git: "https://github.com/pulp-platform/ibex.git", rev: "pulpissimo-v6.1.2" }
3232
scm: { git: "https://github.com/pulp-platform/scm.git", rev: v1.2.0 }
3333
hci: { git: "https://github.com/pulp-platform/hci.git", rev: 4257a73b391731d94077ad72fc528c27f5b11392 } # branch: smazzola/chimera
34-
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.4 }
34+
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.5 }
3535
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: 9e31f7c6c24877eaf58279903e7a162b16c9a721 } # branch: astral-v0
3636
redmule: { git: "https://github.com/pulp-platform/redmule.git", rev: astral-v1.0 }
3737
neureka: { git: "https://github.com/pulp-platform/neureka.git", rev: 8e0883bd0c19c6844122456c749c2bdfde18011f }

Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sw-clean:
7575

7676
## Clone pulp-runtime as SW stack
7777
PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git
78-
PULP_RUNTIME_COMMIT ?= 8000372999b5933317c357367b9d2f445a3cbfd0 # branch: smazzola/chimera
78+
PULP_RUNTIME_COMMIT ?= 8000372999b5933317c357367b9d2f445a3cbfd0 # branch: dkeller/chimera-v2
7979

8080
pulp-runtime:
8181
git clone $(PULP_RUNTIME_REMOTE) $@
@@ -91,7 +91,7 @@ fault_injection_sim:
9191

9292
## Clone regression tests
9393
REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
94-
REGRESSION_TESTS_COMMIT ?= 029a11d2d1485d276c7153d6c996f24380b6e155 # branch: smazzola/chimera
94+
REGRESSION_TESTS_COMMIT ?= 9ead1c0f6197e79d731749789f381ad83c7d81a2 # branch: dkeller/chimera-v2
9595

9696
regression_tests:
9797
git clone $(REGRESSION_TESTS_REMOTE) $@
@@ -152,6 +152,14 @@ run:
152152
$(VSIM) +permissive -suppress 3053 -suppress 8885 -lib $(library) +MAX_CYCLES=$(max_cycles) +UVM_TESTNAME=$(test_case) +APP=$(elf-bin) +notimingchecks +nospecify -t 1ps \
153153
${top_level}_optimized +permissive-off ++$(elf-bin) ++$(target-options) ++$(cl-bin) | tee sim.log
154154

155+
.PHONY: clean
156+
157+
clean:
158+
rm -rf Bender.lock
159+
rm -rf scripts/synth-compile.tcl
160+
rm -rf scripts/compile.tcl
161+
rm -rf transcript
162+
rm -rf *.log
155163
####################
156164
# Regression tests #
157165
####################

0 commit comments

Comments
 (0)