Skip to content

Commit d8583ac

Browse files
authored
Preparing to release v0.6.0 of ROHD-VF (#60)
1 parent 82df725 commit d8583ac

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## 0.6.0
2+
3+
- Updates ROHD dependency to at least v0.5.0.
4+
- Fixed a bug where exceptions triggered via the ROHD simulator could cause a `Test` to hang (<https://github.com/intel/rohd-vf/pull/59>).
5+
- Increased minimum Dart SDK version to 3.0.0.
6+
17
## 0.5.0
28

3-
- Updates ROHD dependency to at least v0.5.0
9+
- Updates ROHD dependency to at least v0.5.0.
410
- Breaking: `Test.instance` is now nullable and `null` when no `Test` is active, which also impacts `Test.random`. Use `Test.reset` instead of `Simulator.reset` in ROHD-VF testbenches to reset.
511
- Added `QuiesceObjector`, `PendingDriver`, and `PendingClockedDriver` to make it easier to develop typical drivers.
612
- Added `waitCycles` function as an extension to `Logic` to make it easier to wait for a variable number of clock edges.
@@ -20,7 +26,7 @@
2026

2127
## 0.4.0
2228

23-
- Updates ROHD dependency to at least v0.4.0
29+
- Updates ROHD dependency to at least v0.4.0.
2430
- Breaking: made `columnWidth` an optional named argument in `TrackerField` (<https://github.com/intel/rohd-vf/issues/10>).
2531
- Increased minimum Dart SDK version to 2.18.0.
2632
- Upgraded and made lints more strict within ROHD-VF, leading to some quality and documentation improvements.
@@ -33,11 +39,11 @@
3339

3440
## 0.3.0
3541

36-
- Updates ROHD dependency to at least v0.3.0
42+
- Updates ROHD dependency to at least v0.3.0.
3743

3844
## 0.2.0
3945

40-
- Updates ROHD dependency to at least v0.2.0
46+
- Updates ROHD dependency to at least v0.2.0.
4147
- Adds `Tracker` to make logging events during a test simple for reading or parsing.
4248

4349
## 0.1.1

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rohd_vf
2-
version: 0.5.0
2+
version: 0.6.0
33
description: The ROHD Verification Framework, a verification framework built upon ROHD for building testbenches.
44
homepage: https://intel.github.io/rohd-website/
55
repository: https://github.com/intel/rohd-vf

0 commit comments

Comments
 (0)