-
Notifications
You must be signed in to change notification settings - Fork 0
Register interface protocol #35
Copy link
Copy link
Open
Labels
component:interfaceRelated to the register interfaceRelated to the register interfaceinvestigateInvestigation neededInvestigation neededpriority:lowLow priorityLow priorityquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
component:interfaceRelated to the register interfaceRelated to the register interfaceinvestigateInvestigation neededInvestigation neededpriority:lowLow priorityLow priorityquestionFurther information is requestedFurther information is requested
The current memory interface does its job for our use case of developing open source cores for cryptography. However we do not exactly support APB (almost there) and it could be nice to do it once and just stick to it for all cores. Also, in the future we can have support for both APB and AXI which is the preferred protocol for SOCs.
We wouldn't actually need to test both, since we already have one for the APB-like interface. But it's a feature that's interesting to do to learn about common protocols and for our library.