On 22/07/16 23:44, Jonas Baggett wrote:
Hello Tristan,

I have just pushed my work in my github remote. Branch name is
jonsba/signals_selection, so now you can review it.

Why not creating a pull-request ?  It simplifies the review process.


Here is an example of a wave option file :

$ version 1.0       # $version 1.0 works too
/top/signal_a
/top/sub # Currently it doesn't display a warning telling that /top/sub
isn't a signal, but I don't think it worths the complication
/top/sub/signal_b
my_pkg.signal_c
# end of file

Then you can launch the simulation with :
ghdl -r <exec> --wave-option-file=<the file> --wave=wave.ghw

As I have previously said, it works only with the ghw waveform format
and no wildcard is supported yet.

Great!

Tristan.


_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to