Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20641 Discussions

Compilation error in pipemult project.

MRavi1
Beginner
3,100 Views

Untitled.pngError (275021): Illegal wire or bus name " " of type signal 

Error (12153): Can't elaborate top-level user hierarchy

Error: Quartus Prime Analysis & Synthesis was unsuccessful. 2 errors, 2 warnings

 

Can anyone please help me understand what exactly I should do to rectify it?

0 Kudos
5 Replies
Vicky1
Employee
2,805 Views

Hi,

Check the connections of clock,wren(need to be wire) of ram instance & PRN, CLRN should connect inputs using pin tool.

please let me know if you have any different concern.

Regards,

Vicky

0 Kudos
MRavi1
Beginner
2,805 Views
0 Kudos
sstrell
Honored Contributor III
2,805 Views

Just to explain a bit clearer, you have clock and wren connected as busses (thick lines) instead of individual wires (thin lines). Delete the busses and use the wire tool to make the connections. Also, the reset input into the register (CLRN) should be hooked up as well, either to an I/O pin or perhaps even just pulled high.

 

#iwork4intel

0 Kudos
MRavi1
Beginner
2,805 Views

Yes. I tried that too, I just had some problems with installation. Once I re-installed the software it worked fine. Thanks !

0 Kudos
NSola3
Beginner
2,804 Views

Can you share the source codes files for this or link for the same?

 

0 Kudos
Reply