将波形输出改为fst格式

This commit is contained in:
2025-09-06 17:50:17 +08:00
parent 6e1232be94
commit 9b5848e1d7
4 changed files with 137 additions and 11 deletions

View File

@@ -75,24 +75,20 @@ testCDR:
-I ./generated/shin \
-D RANDOMIZE_REG_INIT \
./tb/shinTest/SimCDRTb.v
vvp -N ./tb/build/simCDR.iverilog -lxt2
vvp -N ./tb/build/simCDR.iverilog -lxt2 -fst
testFilter:
./tb/shinTest/test_filter.py
vcdFilter:
gtkwave ./tb/build/test_filter.vcd 1>/dev/null 2>&1 &
vcdShin:
gtkwave ./tb/build/wave.vcd 1>/dev/null 2>&1 &
vcdShinClk:
gtkwave ./tb/build/wave_clk.vcd 1>/dev/null 2>&1 &
fstShin:
gtkwave ./tb/build/wave.fst 1>/dev/null 2>&1 &
gtkwave ./generated/wave.fst 1>/dev/null 2>&1 &
fstShinClk:
gtkwave ./generated/wave_clk.fst 1>/dev/null 2>&1 &
ef:
sbt "test:runMain test.testModule"