Solved
Forum Discussion
ShengN_altera
Super Contributor
2 years agoHi,
Have you check does the _hw.tcl correct? If not may be can modify that.
- Khalidov2 years ago
New Contributor
Yes, the issue seems to be in the _hw.tcl, this line:
set_fileset_property QUARTUS_SYNTH TOP_LEVEL new_component.
Solution:
1- change it manually to use top entity name:
set_fileset_property QUARTUS_SYNTH TOP_LEVEL avalon_custom_leds
2- I noticed in the editor, if you click Analyze HDL bouton, it fixes it:
Thank you for you help and time @ShengN_Intel
Khalid