Forum Discussion
MBraa3
New Contributor
6 years agoCannot simulate IP Core: "altera_s10fpdsp_block_191" in "ModelSim - INTEL FPGA STARTER EDITION 10.6d" Error message: Instantiation of 'fourteennm_fp_mac' failed. The design unit was not found.
I'm currently working on a design where two floating point numbers are multiplied on a Intel Stratix 10mx board. I use the Quartus Prime 19.2.0 software. I use the IP Core called "Native Floating P...
- 6 years ago
I have now solved the issue.
In the simulaion.do file I added the following command when running the simulation:
vsim -L altera_s10fpdsp_block_191 -L fourteennm -t ns testbench
The fourteennm library was not loaded during the simulation which caused the error.
MBraa3
New Contributor
6 years agoI have now solved the issue.
In the simulaion.do file I added the following command when running the simulation:
vsim -L altera_s10fpdsp_block_191 -L fourteennm -t ns testbench
The fourteennm library was not loaded during the simulation which caused the error.