Re: [myhdl-list] TypeError: concat: inappropriate argument type: <type 'long'>
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-09 14:09:10
|
On 4/9/2015 1:50 AM, Chris Higgs wrote: >> On 09 April 2015 at 03:31 Christopher Felton <chr...@gm...> wrote: >> >> I believe the other might have issues with Modelsim >> VHDL Cosim because Modelsim only support FLI for a >> foreign interface and not PLI/VPI (unless that has >> changed recently), In general Verilog Cosim is >> support and VHDL is tricky because only a couple >> simulators use a standard foreign interface (VHPI). > > Cadence, Synopsys and Aldec support VHPI; it's only > Mentor who stubbornly refuse to implement the standard. <snip> > > Sticking with MyHDL, another option would be to wrap your > top-level in Verilog and then co-simulate using VPI. > Someone started the MyHDL FLI implementation, if the OP wants the Cosimulation route we can possibly dig up this code. Then the OP can use convertible testbenches, and/or Cosimulation. Regards, Chris |