Re: [myhdl-list] Lists of signals now do appear in vcd file
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-06-27 18:14:42
|
On 6/27/2012 12:15 PM, Jan Decaluwe wrote: > I am considering to incorporate this feature more > or less as per this patch. > > I don't want to create a different function - this > could be a configuration of traceSignals. > > One question: should I make memory tracing optional? > Or is it something that people just will always > want to use when available? > > Jan > > I vote always on. If it were to be optional, I believe the use case is when modeling large memories. For a larger memory you might not want the overhead. In this case I would want a method to disable only for a particular LoS and not all LoS. My main use case for LoS is not to model RAM or ROM but for modularity. Regards, Chris |