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
+10-4
Original file line number
Diff line number
Diff 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
+
1
7
## 0.5.0
2
8
3
-
- Updates ROHD dependency to at least v0.5.0
9
+
- Updates ROHD dependency to at least v0.5.0.
4
10
- 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.
5
11
- Added `QuiesceObjector`, `PendingDriver`, and `PendingClockedDriver` to make it easier to develop typical drivers.
6
12
- 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 @@
20
26
21
27
## 0.4.0
22
28
23
-
- Updates ROHD dependency to at least v0.4.0
29
+
- Updates ROHD dependency to at least v0.4.0.
24
30
- Breaking: made `columnWidth` an optional named argument in `TrackerField` (<https://github.com/intel/rohd-vf/issues/10>).
25
31
- Increased minimum Dart SDK version to 2.18.0.
26
32
- Upgraded and made lints more strict within ROHD-VF, leading to some quality and documentation improvements.
@@ -33,11 +39,11 @@
33
39
34
40
## 0.3.0
35
41
36
-
- Updates ROHD dependency to at least v0.3.0
42
+
- Updates ROHD dependency to at least v0.3.0.
37
43
38
44
## 0.2.0
39
45
40
-
- Updates ROHD dependency to at least v0.2.0
46
+
- Updates ROHD dependency to at least v0.2.0.
41
47
- Adds `Tracker` to make logging events during a test simple for reading or parsing.
0 commit comments