6c5e05b5577e3b8189a90b08c500b7faedba52f6
[soc-cocotb-sim.git] / ls180 / cocotb / run_ghdl.sh
1 #!/bin/sh
2
3 # Only run test in reset state as running CPU takes too much time to simulate
4 make \
5 SIM=ghdl \
6 COCOTB_RESULTS_FILE=results_iverilog.xml \
7 COCOTB_HDL_TIMEUNIT=100ps \
8 TESTCASE="idcode_reset,idcodesvf_reset" \
9 SIM_BUILD=sim_build_iverilog
10
11