Forum Discussion
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_mo...
- 4 years ago
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.
CheepinC_altera
Regular Contributor
4 years agoHi,
Thanks for your update. Glad that you have found the workaround. Thank you.