Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Compilation error in pipemult project.

MRavi1
Beginner
5,867 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
5,572 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
5,572 Views
0 Kudos
sstrell
Honored Contributor III
5,572 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
5,572 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
5,571 Views

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

 

0 Kudos
Reply