You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 0.6.2
2
+
3
+
- Changed addition syntax for generated SystemVerilog to be prettier, while remaining lint-clean (<https://github.com/intel/rohd/issues/444>).
4
+
- Fixed a problem where end-of-simulation actions were not executed if an exception occurred during simulation (<https://github.com/intel/rohd/pull/558>).
5
+
- Fixed a bug where end-of-simulation actions were not cleared by `Simulator.reset` (<https://github.com/intel/rohd/issues/556>).
6
+
1
7
## 0.6.1
2
8
3
9
- Added `Logic.named` and broadened API for `clone` to make duplicating and naming signals more convenient and succinct (<https://github.com/intel/rohd/pull/550>).
0 commit comments