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

axi_to_reg_v2: Use RegDataWidth for output multiplexing #49

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

Kevin99214
Copy link
Contributor

Was getting lint error in reg_mux. Saw that reg_mux at end was using AxiDataWidth instead of RegDataWidth when it's inputs and outputs were both reg_req_t and reg_resp_t respectively.

…DataWidth

reg_mux at end was using AxiDataWidth instead of RegDataWidth when it's inputs and outputs were both reg_*_t
@paulsc96
Copy link
Collaborator

Sorry for my late reply; thank you for the fix, LGTM 👍

@paulsc96 paulsc96 changed the title Update reg_mux in axi_to_reg_v2.sv to use RegDataWidth instead of AxiDataWidth axi_to_reg_v2: Use RegDataWidth for destination multiplexing Sep 11, 2024
@paulsc96 paulsc96 changed the title axi_to_reg_v2: Use RegDataWidth for destination multiplexing axi_to_reg_v2: Use RegDataWidth for output multiplexing Sep 11, 2024
@paulsc96 paulsc96 merged commit 31e10c9 into pulp-platform:master Sep 11, 2024
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

Successfully merging this pull request may close these issues.

2 participants