Add -O5 option to QuestaSim. Rerun benchmarks.
This commit is contained in:
5
test-modelsim-O5/__run.sh
Executable file
5
test-modelsim-O5/__run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
. ../scripts/sim_vars.sh
|
||||
|
||||
vsim -batch -voptargs=-O5 -do "run -all" -quiet +dlen=$BLOCK_SIZE -GCPU_COUNT=$CPU_COUNT -lib testbench top
|
||||
Reference in New Issue
Block a user