You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to make an example to try include axivfifo which conncect dds to mig, I got error as following:
variable 'M_AXIS_TDATA' should not be used in output port connection axivfifo.v":792
Would you please give a review.
Thanks
The text was updated successfully, but these errors were encountered:
This appears to be a wire vs reg issue. Not all of my tools catch this. Please adjust M_AXIS_TDATA to be declared as an output wire instead of an output reg and try again.
Hi,
When I try to make an example to try include axivfifo which conncect dds to mig, I got error as following:
variable 'M_AXIS_TDATA' should not be used in output port connection axivfifo.v":792
Would you please give a review.
Thanks
The text was updated successfully, but these errors were encountered: