Merge pull request #1359 from ucb-bar/fastnocci

Reduce test cases for noc-config in CI
This commit is contained in:
Jerry Zhao
2023-02-23 10:12:47 -08:00
committed by GitHub

View File

@@ -111,7 +111,7 @@ case $1 in
run_asm ${mapping[$1]}
;;
chipyard-constellation)
run_bmark ${mapping[$1]}
make run-binary-hex BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/dhrystone.riscv -C $LOCAL_SIM_DIR $DISABLE_SIM_PREREQ ${mapping[$1]}
;;
icenet)
make run-binary-fast BINARY=none -C $LOCAL_SIM_DIR $DISABLE_SIM_PREREQ ${mapping[$1]}