Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17249 ディスカッション

Qsys errors about missing required signals for AXI Master interface

pengyanj
ビギナー
1,156件の閲覧回数

Hi,

I am using Qsys component editor to package my IP which has an AXI4 Master interface.

My AXI4 Master interface only contains AXI read signals, because I don't use AXI write channel at all.

However Qsys doesn't allow AXI Master interface to have read channel only. 

The error message is clear enough to me.

My question is other than creating dummy AXI write signals on my top module, is there any setting to bypass this validation? 

I prefer not changing my HDL code. AXI4 Master interface with either write or read channel is not against the protocol anyway.

 

Thanks!

 

2021-06-17_16-27-11.png

0 件の賞賛
3 返答(返信)
SyafieqS
従業員
1,136件の閲覧回数

Peng,


Seem Qsys cannot handle undefined required signal for AXI4. You should declare the list signal in order to error free. What are trying to do with module with only read signal? Handshaking happen seem not proper if that so.


pengyanj
ビギナー
1,119件の閲覧回数

Thanks,

My module will only do axi master read from the downstream. It doesn't perform axi write data to the slave, so there is no point to have axi master write signals in the top HDL.  It is a very common design, for example memory map to stream (MM2S) DMA.

My model doesn't have only 'read' signals. As you can see in my attached picture, the module has all read channel signals. 

BTW, this module works in Xilinx Vivado. It is just not supported in Quartus.

SyafieqS
従業員
1,105件の閲覧回数

Peng,


Did you manage to work on this?


返信