cvw/sim/run-imperas-linux.sh

10 lines
285 B
Bash
Raw Normal View History

2023-03-22 17:10:32 +00:00
#!/bin/bash
#export RISCV=/scratch/moore/RISCV
2023-03-22 17:10:32 +00:00
export IMPERAS_TOOLS=$(pwd)/imperas.ic
export OTHERFLAGS="+TRACE2LOG_ENABLE=1"
export OTHERFLAGS="+TRACE2LOG_ENABLE=1 +TRACE2LOG_AFTER=10500000"
2023-03-22 17:10:32 +00:00
vsim -c -do "do wally-linux-imperas.do buildroot buildroot-no-trace $::env(RISCV) 0 0 0"