Re: [myhdl-list] A module that connects signals if names match
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2016-02-25 13:49:38
|
On 2/24/2016 10:00 PM, Ben Reynwar wrote: > And five minutes after posting I found a bug in my code that > explained why the simulation wasn't working. I had inputs and > outputs wrong way round! However, I still am having issues with the > verilog generation. It looks like it is working, what is the issue you are having? There is a known side-effect when converting top-level interface ports. When converting the interfaces some name-mangling occurs, the Python compiler does this renaming. Regards, Chris |