Altera_Forum
Honored Contributor
13 years agoSOPC builder - connect a custom component to tightly coupled i/f?
Hi, is there any way to get SOPC to accept a custom component instead of the "on-chip RAM" as the tightly coupled instruction memory interface?
I've tried everything I can think of but SOPC builder (9.1) seems to disconnect the Nios from the component during the system generation without giving any useful message. It then complains that there is nothing connected to the tightly couple instruction master port. Background: I am trying to create a protected instruction RAM, where write access from the Nios can be disabled from outside the SOPC builder system in order to prevent accidental overwriting of the image. So all I need to do is qualify the RAM write enable with an external (exported) "allowWrite" signal. I know I can just manually modify the RTL but would really really prefer a more elegant solution...