Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17267 Discussions

How to find the number of outstanding requests supported by mm_interconnect

SivaKona
Employee
1,138 Views

Hi 
How can I find the the number of outstanding requests supported by mm_interconnect that arbitrates transactions of 4 AXI Masters interfaces to an EMIF Avalon interface 

 

Regards

Siva Kona

0 Kudos
1 Solution
SivaKona
Employee
1,106 Views

Parameters below control the Max outstanding transaction support on the Host interfaces.

set_interface_property altera_axi4_master3 readIssuingCapability 1

set_interface_property altera_axi4_master3 writeIssuingCapability 1

set_interface_property altera_axi4_master3 combinedIssuingCapability 1

 

View solution in original post

0 Kudos
3 Replies
ShengN_Intel
Employee
1,111 Views

Done reply personally.


SivaKona
Employee
1,106 Views

Thanks for the inputs.

0 Kudos
SivaKona
Employee
1,107 Views

Parameters below control the Max outstanding transaction support on the Host interfaces.

set_interface_property altera_axi4_master3 readIssuingCapability 1

set_interface_property altera_axi4_master3 writeIssuingCapability 1

set_interface_property altera_axi4_master3 combinedIssuingCapability 1

 

0 Kudos
Reply