确认波形

This commit is contained in:
Ruige Lee
2025-09-02 11:10:05 +08:00
parent 10e0cd645c
commit a21d6eaf54
3 changed files with 5 additions and 4 deletions

View File

@@ -460,7 +460,7 @@ initial
begin
spidata_file = $fopen("spi_trans_data.txt", "w");
if (!spidata_file) $display("文件打开失败");
$dumpfile("./tb/build/wave.vcd"); //生成的vcd文件名称
$dumpfile("./tb/build/wave.fst"); //生成的vcd文件名称
$dumpvars(0, ShinTopSpiTb);//tb模块名称
end