Skip to content

1.19.0

Compare
Choose a tag to compare
@amykyta3 amykyta3 released this 02 Jul 04:37

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