Re: [myhdl-list] Mixing MyHDL-generated source with other code
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-05-07 02:19:22
|
> > I like the simulation possibilities provided by MyHDL. > @Ben, are you adding Vivado simulator as a cosimulation option to myhdl? I am fairly sure the isim (ISE/Vivado simulator) does not support a foreign language interface, no PLI/VPI. You can't do Cosimulation as it is done with all other simulators. Henry (@heng) I believe put together a process to create stimulus files, run the simulation, capture the outputs, and then read them into the MyHDL and validate (I think it went like that). I believe that is the best you can do with isim. The isim Cosimulation is best kept as a standalone package. Although I haven't tried it, from Henry's description it sounds like he has made good progress. The isim Cosimulation as a standalone package might make sense (i.e using Henry's approach). Regards, Chris |