We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: