Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThere is an extra line you need to the .tcl file to let Qsys know that it's a bridge:
set_interface_property <slave_name> bridgesToMaster <master_name> When you have this line set Qsys will treat the component as a 'transparent' type of IP so the slaves downstream from your bridge should show up instead of the bridge itself.