Skip to content

Commit 67ecc38

Browse files
committed
Preparing to release v0.3.0
1 parent fdee0cb commit 67ecc38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## (next release)
1+
## 0.3.0
22
- Breaking: Merged `LogicValue` and `LogicValues` into one type called `LogicValue`.
33
- Deprecation: Aligned `LogicValue` to `Logic` by renaming `length` to `width`.
44
- Breaking: `Logic.put` no longer accepts `List<LogicValue>`, swizzle it together instead.
@@ -14,6 +14,7 @@
1414
- Improved flexibility of `IfBlock`.
1515
- Added `withSet` on `LogicValue` and `Logic` to make it easier to assign subsets of signals and values (https://github.com/intel/rohd/issues/101).
1616
- 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.
1718

1819
## 0.2.0
1920
- Updated implementation to avoid `Iterable.forEach` to make debug easier.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rohd
22
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware
3-
version: 0.2.0
3+
version: 0.3.0
44
homepage: https://github.com/intel/rohd
55
repository: https://github.com/intel/rohd
66
issue_tracker: https://github.com/intel/rohd/issues

0 commit comments

Comments
 (0)