1.12.0
New Features
- Add
include_native
andinclude_udp
options toNode.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
andswwel
properties withsw
property. (#43) - Fix propagation of boolean type in UDP default. (#45)
- Make
littleendian
andbigendian
properties logically exclusive. - Add hierarchy separator between parent operators when getting relative path. (#48)
- Fix
Component.get_scope_path()
to returnNone
if scope is not known.