Hello,
Ok, I made a pull-request and now I am correcting errors and integrating
your suggestions. I found out that it was less complicated than expected
to display a warning when a path in the wave option file is not a signal
(/top/sub in the example below), so I have made it.
Jonas
Le 23. 07. 16 à 05:30, Tristan Gingold a écrit :
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
_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss