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

AHB Bus Decoder #2

Open nickelpro opened 1 year ago

rishyak commented 1 year ago

The decoder is used to perform centralised address decoding, which improves the portability of peripherals by making them independent of the system memory map.

General outline for address decoding:


Default Subordinate Note

In case an SoC does not contain a completely filled memory map (which is very likely early on with us), a default subordinate must be implemented to provide a response when any of the non-existent address locations are accessed