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

AMBA AHB Bus Manager #1

Open
nickelpro opened this issue Jan 23, 2023 · 3 comments
Open

AMBA AHB Bus Manager #1

nickelpro opened this issue Jan 23, 2023 · 3 comments
Labels
implement Needs implementing and testing

Comments

@nickelpro
Copy link
Member

No description provided.

@rishyak rishyak changed the title AMBA AHB Bus Controller AMBA AHB Bus Manager Mar 7, 2023
@rishyak
Copy link
Member

rishyak commented Mar 7, 2023

The manager should:

  • Initiate read and write operations
  • Provide address and control information to the relevant subordinate

AHB spec says:

An AHB bus manager has the most complex bus interface in an AMBA system. Typically an AMBA system designer would use predesigned bus managers and therefore would not need to be concerned with the detail of the bus master interface.

We are not using a predesigned bus manager, and we need to implement this as we see fit.

@rishyak rishyak added todo Needs to be started design Needs designing implement Needs implementing and testing labels Mar 7, 2023
@rishyak
Copy link
Member

rishyak commented Mar 7, 2023

This also needs to be split into multiple parts and triaged.

@rishyak rishyak added this to the Design working prototype milestone Mar 7, 2023
@rishyak rishyak removed todo Needs to be started design Needs designing labels Apr 18, 2023
@rishyak rishyak mentioned this issue Sep 25, 2023
@rishyak
Copy link
Member

rishyak commented Sep 29, 2023

@kevincyap @kc3977 sit with me next week, I want to make some decisions about the manager's behaviour with burst transfers. This will affect how the subordinates deal with burst transfers too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implement Needs implementing and testing
Projects
None yet
Development

No branches or pull requests

2 participants