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

Iob if #734

Merged
merged 11 commits into from
Jan 25, 2024
Merged

Iob if #734

merged 11 commits into from
Jan 25, 2024

Conversation

AndreMerendeira
Copy link
Contributor

No description provided.

@jjts
Copy link
Contributor

jjts commented Jan 25, 2024

you have a typo, otherwise good

@@ -65,7 +65,7 @@ module iob2apb #(
apb_enable = 1'b1;
if (!apb_ready_i) begin
pc_nxt = pc;
end else if (apb_write_o) begin // No need to wait for rvalid
end else if (apb_write_o) begin // No need to wait for rvalid
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iob_wready_reg has wrong name

@jjts jjts merged commit cd08be6 into IObundle:fix_apb Jan 25, 2024
8 checks passed
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