Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

axi to avalon-MM bridge

Basavakiran
Novice
1,128 Views

Hi,

I need Bridge kind of thing, which converts axi(slave) to avalon-MM(Master) just like JATG to Avalon MM Bridge IP Catalog is there in Quartus Prime Pro Tool.

If that Bridge is not there then Please can I get any other solution which should helps me to convert axi data into Avalon-MM. 

0 Kudos
2 Replies
sstrell
Honored Contributor III
1,110 Views

One of the best things about Platform Designer is that you don't always need to manually add a bridge.  The interconnect gets built to handle the connection automatically.  Just connect your Avalon host (formerly known as a master) to the AXI subordinate (formerly known as a slave) and the interconnect is automatically built for this connection.  I believe there is a bridge IP in the IP catalog for this for more control over the connection, but it's not required.

0 Kudos
ShengN_Intel
Employee
1,095 Views

Hi,


Check this link https://www.intel.com/content/www/us/en/docs/programmable/683609/22-4/bridges-between-and-axi-interfaces.html


As mentioned that, When designing a Platform Designer system, you can make connections between AXI and Avalon® interfaces without the use of explicitly-instantiated bridges; the interconnect provides all necessary bridging logic. 


Thanks,

Best Regards,

Sheng


0 Kudos
Reply