Re: [myhdl-list] Lists of signals don't appear in vcd file
Brought to you by:
jandecaluwe
From: Frederik T. <sp...@ne...> - 2012-03-28 11:59:11
|
Hello Oscar, that sounds great. I would test it, if it would help you. Regards, Frederik Am 28.03.2012 13:28, schrieb Oscar Diaz: > 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 > |