mindchasers
New Contributor
4 years agoHow do I pick up altera_a10_xcvr_clock_module in a Cyclone 10 GX Modelsim Simulation?
Hello,
When simulating a Cyclone 10 GX Verilog design in Modelsim, I'm getting the following error when instantiating the design:
** Error: (vsim-3033) Instantiation of 'altera_a10_xcvr_clock_module' failed. The design unit was not found.
All the other IP blocks are found / instantiated.
I'm wondering if I need to install the Arria libraries.
Also, we're using a non-paid license for the Cyclone 10 GX.
Thank you
Thank you for the reply.
I wasn't able to find the library for altera_a10_xcvr_clock_module.
However, since it provides no functionality to a simulation, the simplest path forward was to define it out with our SIMULATION directive.