Re: [myhdl-list] Lost in conversion ... _error.SignalInMultipleLists
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-01-05 15:21:02
|
Christopher Felton <chris.felton <at> gmail.com> writes: <snip> > Do you have an example of the failing code? > This is probably one of those cases where it > will simulate ok (no restriction for a signal > in a single list) but will not convert. > > Regards, > Chris > > Thanks Chris, Your example shows how to provoke the error. I'll run it through my 'annotating' MyHDL and see what that prints out. My code is rather a handful ... but I'll make a minimal project around the conflicting module. And, yes it simulates OK. I can reformulate the question better as: In my printlog the offending line immediately flags a name as being used in a(nother) list, although the name in question hasn't been visited before and thus shouldn't/couldn't have the _inList flag set? Regards, Josy |