Altera_Forum
Honored Contributor
13 years agoQsys PCIe simulation in Active-HDL
I think the Qsys PCIe simulation export script for Aldec Active-HDL is broken. First, the default code for setting the QSYS_SIMDIR assumes that the execution directory is the same as the script directory, which isn't necessarily true. So I replaced
set QSYS_SIMDIR "./../"] with set QSYS_SIMDIR ] ".."] And at least I can now compile. Now, however, I'm left with a bigger problem. When I try to elaborate using the 'elab' alias, I get told that I can't find altpciexpav_stif_rx. Probably other things too; that's just what stopped the elaboration. There are dedicated encrypted Verilog modules in the mentor, cadence, and synopsis subdirectories, one of which is my missing altpciexpav_stif_rx. But nothing for Aldec, which means I can't elaborate, which means I'm up a creek. Anyone gotten around this issue?