We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b6c2c commit bcfcf55Copy full SHA for bcfcf55
Makefile
@@ -5,7 +5,8 @@ export LIBPYTHON_LOC=$(shell cocotb-config --libpython)
5
test_%:
6
make compile
7
iverilog -o build/sim.vvp -s gpu -g2012 build/gpu.v
8
- MODULE=test.test_$* vvp -M $$(cocotb-config --prefix)/cocotb/libs -m libcocotbvpi_icarus build/sim.vvp
+ mkdir -p output
9
+ MODULE=test.test_$* vvp -M $$(cocotb-config --prefix)/cocotb/libs -m libcocotbvpi_icarus build/sim.vvp > output/test_$*.out
10
11
compile:
12
make compile_alu
0 commit comments