Forum Discussion
Altera_Forum
Honored Contributor
10 years agoNIOS + Pipeline Bridge
How can someone make memory imported through an MM pipeline bridge visible in Eclipse/NIOS? On BSP editor I can only see the on-chip memory. I'd like to place .rwdata .rodata on that section up...
Altera_Forum
Honored Contributor
10 years agoIn the file that @mikedsouze mentions, you need to add the following line at the end:
set_interface_assignment s0 embeddedsw.configuration.affectsTransactionsOnMasters {m0} What this will do is instruct Eclipse to look beyond the pipeline bridge and map any memory devices which are on the other side.