Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Thank you very much
- Altera_Forum
Honored Contributor
"Error (204012): Can't generate netlist output files because the file "E:/Quartus/test/ethernet/altera_eth_tse_mac.v" is an OpenCore Plus time-limited file. Remove the unlicensed cores or obtain a license for those OpenCore Plus time-limited IP cores used in the design. The Altera Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera.com/support/support-resources/knowledge-base/search.html and search for this specific error message number."
Hi again...i was trying to compile TSE megacore function but it is showing this error message. Is it because of license issue? I thought it doesnt require license. Am i doing anything wrong? Thanks in advance for help. - Altera_Forum
Honored Contributor
The error is telling you that you need a license to generate a simulation netlist.
You can ignore that error if you don't want to generate a netlist. - Altera_Forum
Honored Contributor
Thanky you for your answer. Actually i am trying to send 16 bit data through FPGA to PC. For that i am using a shift register and FIFO before data proceed to ethernet megacore function. There are some files generated from the ethernet megacore function including a instantiate file. If i instantiate my shift register and fifo module inside the ethernet instantiation file is that okay or am i doing anything wrong? Appreciate your kind advice. Thanks