File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ mapping["chipyard-spiflashwrite"]=" CONFIG=SmallSPIFlashRocketConfig EXTRA_SIM_F
5656mapping[" chipyard-manyperipherals" ]=" CONFIG=ManyPeripheralsRocketConfig EXTRA_SIM_FLAGS='+spiflash0=${LOCAL_CHIPYARD_DIR} /tests/spiflash.img'"
5757mapping[" chipyard-chiplike" ]=" CONFIG=ChipLikeRocketConfig MODEL=FlatTestHarness MODEL_PACKAGE=chipyard.example verilog"
5858mapping[" chipyard-tethered" ]=" CONFIG=VerilatorCITetheredChipLikeRocketConfig"
59- mapping[" chipyard-symmetric" ]=" CONFIG=MultiSimSymmetricChipletRocketConfig "
59+ mapping[" chipyard-symmetric" ]=" CONFIG=MultiSimMultiLinkSymmetricChipletRocketConfig "
6060mapping[" chipyard-llcchiplet" ]=" CONFIG=MultiSimLLCChipletRocketConfig"
6161mapping[" chipyard-cloneboom" ]=" CONFIG=Cloned64MegaBoomV3Config verilog"
6262mapping[" chipyard-nocores" ]=" CONFIG=NoCoresConfig verilog"
Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ case $1 in
125125 ;;
126126 chipyard-symmetric)
127127 make -C $LOCAL_CHIPYARD_DIR /tests
128- run_binary BINARY=$LOCAL_CHIPYARD_DIR /tests/symmetric.riscv LOADMEM=1
128+ run_binary BINARY=$LOCAL_CHIPYARD_DIR /tests/symmetric.riscv LOADMEM=1 EXTRA_SIM_FLAGS=" +offchip_sel=0"
129+ run_binary BINARY=$LOCAL_CHIPYARD_DIR /tests/symmetric.riscv LOADMEM=1 EXTRA_SIM_FLAGS=" +offchip_sel=1"
129130 ;;
130131 chipyard-llcchiplet)
131132 make -C $LOCAL_CHIPYARD_DIR /tests
You can’t perform that action at this time.
0 commit comments