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

AXI - Avalon Error in Qsys/Platform Designer

Altera_Forum
Honored Contributor II
1,946 Views

Hello, 

 

Has anyone had any success in using AXI w/ Quartus? Particularly with Qsys/Platform Designer? Our team is developing an infrastructure of cross-platform peripherals and we’ve chosen AXI4 as our common interface. 

 

IntelFPGA’s literature is pretty thorough and I’ve done quite a lot of reading on the subject and I have confidence this can work, but I’m encountering an issue with Qsys failing to generate the full set of adapter logic between the AXI and Avalon domains. When generating synthesis products (Verilog) from the system, I receive the following message: 

 

“error: _adapter_ “avalon_st_adapter” instantiated_adapter “_adapter_0”” 

 

I’ve tested this on Quartus Prime v15.0, 16.1, 17.0 and 17.1—all have the same error. This is with a minimal system consisting of a single AXI Bridge, Clock Source and (thiny) On-Chip Memory. To me, it looks like the TCL script responsible for traversing the system is incorrectly parsing something in the system (noting the extraneous, misplaced underscores). I’ve been googling the issue for days and have come up empty. Thanks in advance for any insight.
0 Kudos
2 Replies
JC_FPGA
Novice
1,054 Views

I'm working on a legacy design and just came across this exact error.  I'm trying to bring the design into Quartus 20.1.

This thread is approaching 900 views, so we can't be the only ones that have run into this problem.  Hopefully the support team has some suggestions to try.

0 Kudos
sstrell
Honored Contributor III
1,045 Views

It's not clear from the original message, but Platform Designer does not support transfers between AXI4 and Avalon streaming.  You can do transfers between Avalon memory-mapped and AXI3, AXI4, etc., but streaming conversion, for Avalon streaming or AXI4 streaming are not supported.

0 Kudos
Reply