1.19.0
Changes
- Add proper support for elaboration and validation of bridge addrmaps. (#72)
- Bridge addrmaps now allow overlapping children
- Improved validation of bridge addrmaps
- Improve startup time by lazy-loading markdown module
- Enforce regwidth >= accesswidth as per 10.6.1.c. #98
- Improve support for field and cpuif reset signals:
FieldNode.get_property('resetsignal')
will now default to finding the nearest in-scope field reset signal if not explicitly set.- Added
Node.cpuif_reset
property which similarly returns the nearest in-scope cpuif reset signal - Add missing validation checks for cpuif/field reset signals
- Improve handling of mutually exclusive properties. Auto-clear all mutex counterparts on assign.
- Remove deprecated
Node.add_derived_property()
function #68