New
v0.6.7
What's Changed
- LogicValue.ofRadixString returning 0 on bad input instead of throwing by @desmonddak in https://github.com/intel/rohd/pull/617
- Deprecate
PairInterface.modifyin favor ofuniquifyonaddSubInterfaceby @mkorbel1 in https://github.com/intel/rohd/pull/620 - fixes for pub.dev issues in 0.6.6 by @desmonddak in https://github.com/intel/rohd/pull/621
- Performance optimization on
Conditional.driveXby @mkorbel1 in https://github.com/intel/rohd/pull/623 - Improve
WriteAfterReadExceptionmessage with trace of involved assignments by @mkorbel1 in https://github.com/intel/rohd/pull/624 - Fix typo in user guide by @gharbi-mohamed-dev in https://github.com/intel/rohd/pull/626
- Improve exceptions for SSA checks with improper reuse by @mkorbel1 in https://github.com/intel/rohd/pull/625
- Driving and receiving of hierarchical
PairInterfaces by @mkorbel1 in https://github.com/intel/rohd/pull/628 - Fix bug where one-bit struct output ports improperly slice by @mkorbel1 in https://github.com/intel/rohd/pull/629
- Fix bug where cached
packedonLogicStructures on output ports reused inside and out cause build trace failures by @mkorbel1 in https://github.com/intel/rohd/pull/631 - Fix bug with Module port naming in generated outputs when LogicStructures contain ports by @mkorbel1 in https://github.com/intel/rohd/pull/630
- Improve SSA error debuggability with hierarchy by @mkorbel1 in https://github.com/intel/rohd/pull/635
- Fix bug where partial array assignments could cause missing assignments in generated outputs by @mkorbel1 in https://github.com/intel/rohd/pull/637
- Mark bit ranges of swizzles with comments in generated SystemVerilog by @mkorbel1 in https://github.com/intel/rohd/pull/627
- Pruning, empty disconnected ports, and removal of unused signals by @mkorbel1 in https://github.com/intel/rohd/pull/638
- Preparing to release v0.6.7 by @mkorbel1 in https://github.com/intel/rohd/pull/640
New Contributors
- @gharbi-mohamed-dev made their first contribution in https://github.com/intel/rohd/pull/626
Full Changelog: https://github.com/intel/rohd/compare/v0.6.6...v0.6.7