Forum Discussion
Altera_Forum
Honored Contributor
21 years agoInterface to User Logic
I am building a Nios2 system that has custom RAM/FLASH. I am trying to use the Interface to User Logic using an 8 bit data bus (inout), 15 address bits, nRD, nWR, and 2 nChipselects. How in tarnati...
Altera_Forum
Honored Contributor
21 years agoThe chip select address is specified in the main "System Contents" screen of SOPC Builder under the 'Base' column. The reset address for the processor is specified in the 'More "cpu" settings' window.
If you need to decode 2 chip selects, just make your address bus 1 bit wider and use the upper address bit to decode the single chip select out of the nios into 2 separate chip selects for your memory. -- Terry