NYU-Processor-Design / nyu-amba

NYU Processor Design Team's interpretation of ARM's AMBA specifications.
Creative Commons Zero v1.0 Universal
1 stars 6 forks source link

AMBA AHB Bus Manager #1

Open nickelpro opened 1 year ago

rishyak commented 1 year ago

The manager should:

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 commented 1 year ago

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

rishyak commented 9 months ago

@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.