Re: dump vcd波形能制定某个层次的端口上所有信号吗?
时间:12-12
整理:3721RD
点击:
Do you want this? "fsdbDumpIO" :)
Old:
fsdbDumpIO(0, scope);
New:
fsdbDumpvars(0, scope, “+IO_Only”);
Old:
fsdbDumpIO(0, scope);
New:
fsdbDumpvars(0, scope, “+IO_Only”);
Then...
%fsdb2vcd verilog.fsdb -o output.vcd
:)