Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16604 Discussions

The design is right, but the execution is wrong

moh_late
Beginner
816 Views

Good evening and Happy New Year everyone..
Implemented this equation: Attached is a picture with the file
Bit depth: from 8 to 28
Algorithm type: The process of multiplying the highest digits of the multiplier begins with a fixed sum of the partial product and shifts the multiplier to the right by one digit per turn. The multiplier shifts to the left
This build is on Quartus II 9.1sp2 Web Edition
But when executing, the error appears
Error: Illegal name "A[27]" -- pin name already exists
Error: Illegal name "A[27]" -- pin name already exists
Error: Illegal name "A[27]" -- pin name already exists
Error: Can't elaborate top-level user hierarchy
Error: Quartus II Analysis & Synthesis was unsuccessful. 4 errors, 1 warning
Error: Peak virtual memory: 235 megabytes
Error: Processing ended: Sun Jan 01 19:56:31 2023
Error: Elapsed time: 00:00:00
Error: Total CPU time (on all processors): 00:00:01
Error: Quartus II Full Compilation was unsuccessful. 6 errors, 1 warning

Labels (1)
0 Kudos
4 Replies
Jocelyn_Intel
Employee
793 Views

Hello, @moh_late

 

Thank you for posting on the Intel® communities.  

 

We understand that you have an inquiry about Intel® Quartus II 9.1sp2 Web Edition. 

  

We have a forum for those specific products and questions so we are moving it to the Intel® Quartus® Prime Software Forum so it can get answered more quickly. 

 

Best regards,  

Jocelyn M.   

Intel Customer Support Technician. 


sstrell
Honored Contributor III
784 Views

In your schematic, you've got an input named "A[27],A[27],A[27],A[27..3]".  That doesn't make any sense.

moh_late
Beginner
767 Views

thank you very much!
What should be done to correct it, please, according to the equation attached in the files2.png

0 Kudos
sstrell
Honored Contributor III
760 Views

I don't know about that, but you need to name busses and individual signals, including I/O, appropriately.  If you're trying to concatenate multiple signals together into a single bus, you'll need logic to do that.

0 Kudos
Reply