Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- if you use multiple RAM s in your project, dont name busses and pins like this ramaddress1 ramaddress2 ramaddress3 because quartus thinks its the same busses with different something i dont know what it really thinks but it will generate the error you typed in this thread. use names like ramaddressA ramaddressB ramaddressC. that saved my 3day fight with theis unseen misterious error iv chased... and all because of the numbers in the pin names. actually verilog will also have serious problems making differense between myaddress1 and myaddress2. instead use myaddress_one myaddress_two. --- Quote End --- Same here but replacing digits 1,2...3 with A,B...C did not make any difference. :(