Re: [myhdl-list] MEP 107 Initial support
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2013-10-02 16:36:00
|
On 10/1/2013 6:12 PM, Keerthan jai.c wrote: > Conversion of interfaces in the top level makes the arguments for > cosimulation tricky. > I think one option to simplify this is to store intf as an attribute in the > toVerilog and toVHDL objects. > You can then pass **toVerilog.intf as the second argument to Cosimulation. > > I never thought top-level interface conversion was reasonable. From my perspective it makes things difficult because, now as a user you have to know the conversion details (e.g. how the names are expanded). My opinion, is that top-level interfaces conversion should not be supported. I guess, it would be nice to flag and throw a nice error message? Regards, Chris |