Forum Discussion
Altera_Forum
Honored Contributor
14 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 bui...
Altera_Forum
Honored Contributor
14 years agoInsert a simple 'conduit' block with an avalon master and avalon slave interface between the nios data master and the actual code memory block.
I actually run a system that doesn't have data access to the code memory at all, this does require a non-standard linker script, and can't be done with the gcc4 compiled by altera (unless you code has no switch statement jump tables). You probably want to move the .rodata (and strings) into tightly coupled data memory - especially if you have to real reason to enable the data cache.