Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- This instead routes FLASH pins A15-A21 to SNES pins A16-A22, which is needed for my test game to work. This also answers your last part, this address information is handled by the software in the ROM file. --- Quote End --- Your code uses flash address pins A15-20, not 21 (21 is pulled low) and SNES address A16-21 (you don't have addr 22 on the SNES side). Minor, but could this be the issue? You could also have an IF assignment on SNES_ADDR(15) to route the address pins appropriately depending on whether it's high or low.