Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
User cannot compile the simulation libraries by extracting part of the HDL as some of the files will be miss out.Below is the recommended ways to run the simulation:
- Specify the EDA simulator and executable path in the Intel Quartus Prime software
- Compile simulation model libraries using one of the following methods:
- Nativelink RTL simulation to compile required design files, simulation models and run the simulator.
- Use Quartus Simulation Library Compiler to automatically compile all required simulation models in your design.
- Modify the simlib_comp.vcs file to specify your design and testbench files
- Run the VCS simulator.
It is recommended to use the Simulation Library Compiler to compile the required simulation model instead of compiling one by one.
Thanks.