Modelsim - greybox netlist file
I followed the quick start guide and the example project (ModelSim* - Intel® FPGA Edition
Simulation Quick-Start) and it work fine as outlined.
Using this as a template on a different project, the Greybox netlist files (ip_name.v) are missing from the ip directory. They were included in the example project.
How are the Greybox netlist files created (residing in the ip directory) to follow the detailed outlined in the Quick-Start guide?
In the above, I did not regenerate the library (launching the simulation library compiler). After doing so, the correct path names were present and the simulator was properly launched. Now that I have Modelsim running, I need to figure out why the generated IP's simulation files are not working. Example is a simple PLL, where the clock out is not toggling.