Hi all,

I have coded something to support a new command line option "--wscope=<filename> "where filename is a file that contains the name of the signals to be dumped in the vcd file. For example:

./my_ghdl_design --vcd=waves.vcd --wscope=waves.filter

where the file waves.filter contain the line:

i_dut/*

will dump only the signals at the i_dut/ hierarchy level in the vcd file waves.vcd.

Do you think it could be worth integrating it in the official branch ?


Yann


_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to