Forum Discussion
Altera_Forum
Honored Contributor
11 years agoOk so I've gotten around my issue finally. I created a custom addressable bridge component by copying the altera bridge and making some _hw.tcl changes.
The key thing is removing the set_interface_property s0 bridgesToMaster m0 property in the avalon interface description. This changes <isBridge>true</isBridge> to <isBridge>false</isBridge> which makes it show up in the system.h file. Obviously I didn't want all bridges to appear so that's why I made a custom bridge. Hope this helps anyone that stumbles across this later.