Re: [myhdl-list] VHDL cosimulation
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-09-26 22:31:53
|
On 9/25/2012 3:21 PM, David Blubaugh wrote: > Sure > > Whatever is required for mission success !!! > > david > > This task will be involved. After a little digging it doesn't look like Modelsim (mti) supports VHPI. VHPI is the VHDL equivalent to Verilog's VPI. VHPI would be the easiest to develop VHDL cosimulation support. Modelsim has, what they call, FLI [1]. It should be possible to create a FLI dynamic library which can be the glue between MyHDL and the mti VHDL simulator. [1] http://homepages.cae.wisc.edu/~ece554/new_website/ToolDoc/Modelsim_docs/docs/pdf/fli.pdf |