Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20754 Discussions

modelsim10.0 can't Loading bytestream_pli.dll

Altera_Forum
Honored Contributor II
1,359 Views

# Loading ./..//submodules/bytestream_pli.dll# ** Error: (vsim-3193) Load of "./..//submodules/bytestream_pli.dll" failed: Bad DLL format.# ** Error: (vsim-PLI-3002) Failed to load PLI object file "./..//submodules/bytestream_pli.dll".

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
359 Views

 

--- Quote Start ---  

 

Bad DLL format. 

 

--- Quote End ---  

I recall seeing this on Windows 7 64-bit. 

 

If you're not actually using the PLI interface, then edit setup_sim.tcl (or whatever your Modelsim script is) to remove bytestream_pli.dll from the vsim command line. 

 

If you do need PLI, then you'll need to find the equivalent 64-bit DLL (perhaps it has 64 in its name). 

 

Cheers, 

Dave
0 Kudos
Reply