pengyanj
New Contributor
4 years agoQsys errors about missing required signals for AXI Master interface
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!