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

These assignments seem funny in the tb... #1

Open
midimaster21b opened this issue Jul 5, 2023 · 0 comments
Open

These assignments seem funny in the tb... #1

midimaster21b opened this issue Jul 5, 2023 · 0 comments

Comments

@midimaster21b
Copy link
Owner

Next time I get around to working on this module, double check these assignments are correct...

I'm pretty sure these assignments from/to signals shouldn't all be on the same side of the assignment...

   assign m_tvalid = m_connector.tvalid;
   assign m_tready = m_connector.tready;
   assign m_tdata  = m_connector.tdata;
   assign m_tlast  = m_connector.tlast;

   assign s_tvalid = s_connector.tvalid;
   assign s_tready = s_connector.tready;
   assign s_tdata  = s_connector.tdata;
   assign s_tlast  = s_connector.tlast;
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

1 participant