Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable 'M_AXIS_TDATA' should not be used in output port connection axivfifo.v":792 #61

Open
ivansun1688 opened this issue Jan 31, 2024 · 1 comment

Comments

@ivansun1688
Copy link

ivansun1688 commented Jan 31, 2024

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

@ZipCPU
Copy link
Owner

ZipCPU commented Jan 31, 2024

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.

Dan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants