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

Fix AXI signals #52

Closed
wants to merge 2 commits into from
Closed

Fix AXI signals #52

wants to merge 2 commits into from

Conversation

delafthi
Copy link

@delafthi delafthi commented Nov 18, 2022

The _signals/_optional_signals definitions in amba.py doesn't seem to conform with the specification. This PR corrects the _signals and _optional_signals definition according to the AMBA AXI and ACE Protocol Specification chapter A9.3.

Additionally, I added missing type annotations.

All test_axi4 tests fail for me. However, they also fail for me without the changes and are probably due to #33. Though, the example test_axi_lite_slave passes.

@delafthi
Copy link
Author

Added missing AW_READY signal in the latest force-push

@themperek
Copy link
Contributor

@alexforencich Would it be possible for you to have a look on this?

@delafthi
Copy link
Author

I don't think the changes are really necessary. cocotbext-axi works for me.

@delafthi delafthi closed this May 16, 2023
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.

None yet

2 participants