Skip to content

Commit

Permalink
Bender.yml: Rename snitch_cluster target
Browse files Browse the repository at this point in the history
Due to collision with iDMA `snitch_cluster` target, which groups
necessary iDMA sources for Snitch-cluster-based systems, we need a
different group for sources specific to the Snitch cluster simulation
target, which are not needed by Snitch-cluster-based systems. Thus,
we rename `snitch_cluster` to `snitch_cluster_sim`.
  • Loading branch information
colluca committed Aug 30, 2024
1 parent b098408 commit 4b13ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ sources:
- hw/spm_interface/test/tb_spm_1p_adv.sv

# soc_ctrl
- target: occamy
- target: occamy_sim
files:
- target/sim/src/soc_ctrl/occamy_soc_reg_pkg.sv
- target/sim/src/soc_ctrl/occamy_soc_reg_top.sv
- hw/occamy/soc_ctrl/occamy_soc_ctrl.sv

# auto-generated soc
- target: occamy
- target: occamy_sim
files:
# quadrant_s1_ctrl
- target/sim/src/quadrant_s1_ctrl/occamy_quadrant_s1_reg_pkg.sv
Expand Down
2 changes: 1 addition & 1 deletion target/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CFG = cfg/lru.hjson
# Simulator options #
#####################

VSIM_BENDER += -t cv64a6_imafdc_sv39 -t occamy
VSIM_BENDER += -t cv64a6_imafdc_sv39 -t occamy_sim -t snitch_cluster

VSIM_FLAGS += -t 1ps
VSIM_FLAGS += -voptargs=+acc
Expand Down

0 comments on commit 4b13ba8

Please sign in to comment.