Generate Python Register Access Layer (RAL) from SystemRDL
See the peakrdl-python Documentation for more details
In order to address a major limitation of peakrdl-python that prevented it from implementing the full systemRDL specification, a breaking API change was needed for handling blocks:
- registers (in register array)
- memory entries in a memory
Users are encouraged to upgrade in order to avoid this limitation. However, there is a legacy mode to support users with existing designs, see: Legacy Block Callback and Block Access in the documentation