Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCyclone V SoC AHB BUS
Hi I need an AHB bus outside the hps with qsys. The HPS has an h2f_axi_master and f2h_axi_slave_bridge. The qsys interconnect guide is not helpful :cry:.. some idea where to start? some examp...
Altera_Forum
Honored Contributor
13 years agoIn Qsys there are some Interconnect components. I use the golden system reference design. Maybe I can use this components to convert AXI to avalon ST(AXI Master Network interface) and from avalon st to AHB (AHB Slave agent).
In Qsys: HPS(AXI MASTER)-->AXI MASTER NETWORK INTERFACE-->AHB SLAVE AGENT-->AHB SLAVE The axi network interface converts AXI to qsys packets(avalon st) and has in qsys following signals (write_cp, write_rp, read_cp, read_rp, altera_axi_slave) ahb slave agent : (altera_ahb_master, rp, cp Can I use this two components to convert AXI to AHB? There are any informations from altera about connecting different bus types? How are the convertion beetween AXI and APB is done? (e.g. AXI Master and i want to connect an APB slave) Any available 3rd party ip cores to convert an AXI to AHB? thanks a lot