add test boundary scan hard-coded test
[soc-cocotb-sim.git] / ls180 / post_pnr / cocotb / run_ghdl_test_boundary.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 MODULE=test_add_boundary \
9 TESTCASE="boundary_scan_reset" \
10 SIM_BUILD=sim_build_ghdl
11
12