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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## (next release)
1
+
## 0.3.0
2
2
- Breaking: Merged `LogicValue` and `LogicValues` into one type called `LogicValue`.
3
3
- Deprecation: Aligned `LogicValue` to `Logic` by renaming `length` to `width`.
4
4
- Breaking: `Logic.put` no longer accepts `List<LogicValue>`, swizzle it together instead.
@@ -14,6 +14,7 @@
14
14
- Improved flexibility of `IfBlock`.
15
15
- Added `withSet` on `LogicValue` and `Logic` to make it easier to assign subsets of signals and values (https://github.com/intel/rohd/issues/101).
16
16
- Fixed a bug where 0-bit signals would sometimes improperly generate 0-bit constants in generated SystemVerilog (https://github.com/intel/rohd/issues/122).
17
+
- Added capability to reserve instance names, as well as provide and reserve definition names, for `Module`s and their corresponding generated outputs.
17
18
18
19
## 0.2.0
19
20
- Updated implementation to avoid `Iterable.forEach` to make debug easier.
0 commit comments