Re: [myhdl-list] Ignoring generators
Brought to you by:
jandecaluwe
From: Uri N. <ur...@gm...> - 2014-09-01 19:57:37
|
Hi Chris, Actually yes: it can be useful when some of the Signals contain high level objects that can't be viewed by gtkwave. So a selective trace would allow ignoring the complex signal, but allow viewing the timing waves (clk, data_valid, etc). Cheers, Uri On 27 August 2014 18:23, Christopher Felton <chr...@gm...> wrote: > > Does it make sense to have a function attribute that > can be set that allows conversion and tracing to ignore > a myhdl generator? > > Example: > > @always_comb > def logic(): > # some logic > logic.tracing = False > logic.conversion = False > > Maybe a single attribute "analyze" that would cover both. > > Regards, > Chris > > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > |