Re: [myhdl-list] Lists of signals don't appear in vcd file
Brought to you by:
jandecaluwe
From: Oscar D. <osc...@gm...> - 2012-03-28 11:28:44
|
2012/3/27 Christopher Felton <chr...@gm...>: > On 3/27/2012 9:43 AM, Frederik T. wrote: >> Hello everybody, >> >> I have a question concerning lists of signals. Whenever I use a list of >> signals I don't see they don't appear in the vcd file created by >> traceSignals(), see gtkwave.png . >> > > That is correct, currently a "List of Signals" is not traced with > traceSignals. I had this problem a couple months ago, and I make a custom vcd generator that adds manually the signals that you need, assuming you had the references to the desired signals (and it supports lists and dicts of signals). The main idea is to make an object that returns generators that react to traced signals and generate the vcd file. It is completely unrelated to traceSignals function. It works for my needs but I'm afraid it needs refactoring. I can send my code if you need it, anyway I'm planning to fix it, upload somewhere and receive feedback on the list. As soon I fix it I'll announce it on the list. > > Regards, > Chris > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list Best regards -- Oscar Díaz Key Fingerprint = 904B 306C C3C2 7487 650B BFAC EDA2 B702 90E9 9964 gpg --keyserver subkeys.pgp.net --recv-keys 90E99964 I recommend using OpenDocument Format for daily use and exchange of documents. http://www.fsf.org/campaigns/opendocument |