2024-09-13 04:06:53 +00:00
|
|
|
# Change to path to the benchmark to simulate
|
2024-10-05 08:03:20 +00:00
|
|
|
set bench_path ../Benchmarks/test12_Fibonacci.arm
|
2024-09-13 04:06:53 +00:00
|
|
|
|
|
|
|
vlib work
|
|
|
|
|
|
|
|
onerror {exit}
|
|
|
|
|
|
|
|
vlog ../../../src/hdl/*.sv +define+BENCHMARK="${bench_path}"
|
|
|
|
|
|
|
|
vsim -voptargs="+acc" -t 1ns -lib work CPU_pipelined_testbench
|
|
|
|
|
|
|
|
log -r /*
|
|
|
|
|
|
|
|
run -all
|
|
|
|
|
|
|
|
quit -f
|