Forum Discussion
Niko3
Occasional Contributor
3 years agoQuartus II, unable to compile
Hi, as a beginner I am testing various simple circuits with the schematic editor, deleting parts, adding new ones. After adding a D-Flipflop I get following compiler errors: Error (275062): Logic ...
- 3 years ago
Hello,
looking sharp helps. You somehow managed to get two instances with same name. Right mouse click on symbol properties, edit the instance name to be unique, e.g. inst1. That's it.
Regards
Frank
FvM
Super Contributor
3 years agoHello,
looking sharp helps. You somehow managed to get two instances with same name. Right mouse click on symbol properties, edit the instance name to be unique, e.g. inst1. That's it.
Regards
Frank
Niko3
Occasional Contributor
3 years agoThank you, its so simple if you know it.
Now I know the meaning of "inst" which is printed within the symbol. But Quartus could ease the job, especially for beginners, if it automatically would generate inst's with increasing numbers, i.e. inst1, inst2, ...
- sstrell3 years ago
Super Contributor
It normally does. Not sure how you got two instances with the same name like that.