Skip to content

1.12.0

Compare
Choose a tag to compare
@amykyta3 amykyta3 released this 15 Apr 03:46

New Features

  • Add include_native and include_udp options to Node.list_properties(). (#45)
  • Add RDLCompiler.list_udps(). (#45)
  • Add Node.owning_addrmap property.
  • Add ability to use parent operators in Node.find_by_path(). (Related to #48)

Bug Fixes

  • Fix validation bug when assigning a signal to the reset value. (#44)
  • Fix interaction of swwe and swwel properties with sw property. (#43)
  • Fix propagation of boolean type in UDP default. (#45)
  • Make littleendian and bigendian properties logically exclusive.
  • Add hierarchy separator between parent operators when getting relative path. (#48)
  • Fix Component.get_scope_path() to return None if scope is not known.