Altera_Forum
Honored Contributor
17 years agoSRAM Connection problems in NiosII(Cyclone III)
Hi all,
I am working on a project to port NiosII softcore processor, SRAM connected via a tristate bridge and a custom MAC into Cyclone III(EP3C25F324C8). I used Altera's SOPC builder to have it working but the problem i faced was in the pin assignment where ALTERA assigns its internal signals to the pins dedicated to SRAM's pins and i am not able to assign two of my SRAM's data pins. I see this error on compilation. Error: Can't place multiple pins assigned to pin location Pin_D1 (IOPAD_X0_Y27_N7) Info: Pin data_to_and_from_the_sram_0[1] is assigned to pin location Pin_D1 (IOPAD_X0_Y27_N7) Info: Pin ~ALTERA_ASDO_DATA1~ is assigned to pin location Pin_D1 (IOPAD_X0_Y27_N7) but my datasheet holds the pin D1 for sram_dq1. Can anyone help me out in this issue. Many Thanks to all, Jude.