Re: [myhdl-list] How to give signals custom names in toVHDL
Brought to you by:
jandecaluwe
From: Sigve T. <pu...@tj...> - 2010-09-22 11:35:52
|
> > I have not yet figured out why the sigdict is empty for my case. I found a bug in my code causing this to happen. My error triggered the condition described above, causing the VHDL-file generated to have duplicate signal names. The duplicate signal names is just a symptom of my underlying bug, and might not be triggered for valid/sensible myhdlcode. It might however be a good idea to check for duplicate names, as that would indicate an error condition anyway. Sigve |