Altera_Forum
Honored Contributor
10 years agoUsing OpenCore Plus IP (Triple Speed Ethernet) in Quartus v13.0 subscription edition
I was given a Quartus II project that makes use of Altera's Triple-Speed Ethernet MegaCore Function IP. The project was originally written in Quartus II v13.0 (subscription edition). I have the same version of Quartus II (a 1-year license came with my Cyclone V GT development kit).
When I compile the project, the Analysis & Synthesis, Fitter, Assembler, and Timing Analysis all succeed. But the EDA Netlist Writer fails. I get 2 classes of errors: Ones like this:Error (204009): Can't generate netlist output files because the license for encrypted file "C:/path/to/project/TSE_RGMII/altera_tse_tx_min_ff.v" is not available And others like this: Error (204012): Can't generate netlist output files because the file "C:/path/to/project/TSE_RGMII/altera_tse_tx_min_ff.v" is an OpenCore Plus time-limited file If I understand correctly, OpenCore Plus IP don't require licenses for evaluation (I know that some OpenCore IP requires tethering, while others will run untethered for some finite amount of time -- though I've not been able to find documentation about the tethering/timeout specs for a given IP). So I'm confused by the first error message that suggests a license *is* needed. How do I tell Quartus to use the OpenCore IP? I began to use the MegaWizard Plug-In Manager, but it seems to me that this would just re-generate the code that already lives in the TSE_RGMII/ sub-directory of my project. Many thanks