确认波形
This commit is contained in:
5
Makefile
5
Makefile
@@ -50,7 +50,7 @@ testShin:
|
||||
-I ./generated/shin \
|
||||
-D RANDOMIZE_REG_INIT \
|
||||
./tb/shinTest/ShinTopSpiTb.v
|
||||
vvp -N ./tb/build/shinTest.iverilog -lxt2 || true
|
||||
vvp -N ./tb/build/shinTest.iverilog -lxt2 -fst || true
|
||||
./tb/shinTest/check_testcase.py
|
||||
|
||||
testFilter:
|
||||
@@ -63,6 +63,9 @@ vcdFilter:
|
||||
vcdShin:
|
||||
gtkwave ./tb/build/wave.vcd 1>/dev/null 2>&1 &
|
||||
|
||||
fstShin:
|
||||
gtkwave ./tb/build/wave.fst 1>/dev/null 2>&1 &
|
||||
|
||||
ef:
|
||||
sbt "test:runMain test.testModule"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user