Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

modelsim10.0 can't Loading bytestream_pli.dll

# 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".

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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