Re: [myhdl-list] A module that connects signals if names match
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2016-02-25 16:54:01
|
On 2/25/2016 10:30 AM, Ben Reynwar wrote: > Thanks. I have faint memories of running into something similar last time > I played with MyHDL about a year ago, so it's possible it was me running > into it last time! Is the use of interfaces still fairly uncommon in > MyHDL, or are they pretty mainstream now? > I use interfaces all the time, to me it is critical. But I do not use top-level interfaces, I only use them in the design. I typically write a wrapper for MyHDL modules that I use as submodules in a larger mixed HDL design. Interfaces in the design are mainstream! There are issues with interface top-level conversion, at first we were not going to include top-level conversion (kinda like list-of-signals). One of the reasons things might not of changed in this area is because of the MEP114 addition (@myhdl.module), meaning that this issue has been (will be) put on the back burner until MEP114 is merged into master. Regards, Chris |