Skip to content

Commit 2369f4d

Browse files
committed
[wip] bump versions
1 parent 1a6fcda commit 2369f4d

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
@@ -7,3 +7,4 @@ regression_tests/
77
pulp-runtime/
88
fault_injection_sim/
99
venv/
10+
.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
@@ -76,7 +76,7 @@ sw-clean:
7676

7777
## Clone pulp-runtime as SW stack
7878
PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git
79-
PULP_RUNTIME_COMMIT ?= 749c08e2036ddcb7baaa956c09a556f8b386b66f # branch: smazzola/chimera
79+
PULP_RUNTIME_COMMIT ?= 8000372999b5933317c357367b9d2f445a3cbfd0 # branch: dkeller/chimera-v2
8080

8181
pulp-runtime:
8282
git clone $(PULP_RUNTIME_REMOTE) $@
@@ -92,7 +92,7 @@ fault_injection_sim:
9292

9393
## Clone regression tests
9494
REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
95-
REGRESSION_TESTS_COMMIT ?= 53e038baec991aa94e113ecefc03ca6377e56f85 # branch: smazzola/chimera
95+
REGRESSION_TESTS_COMMIT ?= 9ead1c0f6197e79d731749789f381ad83c7d81a2 # branch: dkeller/chimera-v2
9696

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

163+
.PHONY: clean
164+
165+
clean:
166+
rm -rf Bender.lock
167+
rm -rf scripts/synth-compile.tcl
168+
rm -rf scripts/compile.tcl
169+
rm -rf transcript
170+
rm -rf *.log
163171
####################
164172
# Regression tests #
165173
####################

0 commit comments

Comments
 (0)