openhwgroup / core-v-mcu

This is the CORE-V MCU project, hosting CORE-V's embedded-class cores.
https://docs.openhwgroup.org/projects/core-v-mcu
Other
164 stars 50 forks source link

Remove `apb_node` and `apb2apbcomp` in favour of a standard compliant APB #64

Open zarubaf opened 3 years ago

zarubaf commented 3 years ago

apb_node violates the APB standard which makes it inconvenient to attach peripherals that are actually looking for standard compliance. Luckily, there is a new component axi_to_apb which is standard compliant. That would also allow us to remove the said modules.

MikeOpenHWGroup commented 2 years ago

Hi @zarubaf, what is the status of this issue?

zarubaf commented 2 years ago

No change. This will not gate "v1"