Re: [myhdl-list] Interfaces in hierarchcal way
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-07-08 12:44:08
|
On 7/6/2015 12:51 PM, Keerthan JC wrote: > This is a known limitation: > https://github.com/jandecaluwe/myhdl/blob/master/myhdl/conversion/_analyze.py#L1255 > > I will add that to the docs. I'm currently working on a major restructuring > of the conversion code. This will most likely be fixed in the next major > release (0.10/1.0) I think there are some other small issues as well. I have seen cases when single-level interface port names are not maintained. Meaning that the interface port name was replaced with another identifier - assume an artifact of the design being flattened. The expanded port names, in this case, seem to be random. Regards, Chris |