Skip to content

Commit 2a5293c

Browse files
committed
Preparing to release v0.3.2
1 parent 529a3ff commit 2a5293c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.2
2+
- Added the `StateMachine` abstraction for finite state machines.
3+
- Added support for the modulo `%` operator.
4+
- Added ability to register actions to be executed at the end of the simulation.
5+
- Modified the `WaveDumper` to write to the `.vcd` file asynchronously to improve simulation performance while waveform dumping is enabled (https://github.com/intel/rohd/issues/3)
6+
17
## 0.3.1
28
- Fixed a bug (introduced in v0.3.0) where `WaveDumper` doesn't properly dump multi-bit values to VCD (https://github.com/intel/rohd/issues/129).
39

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.3.1
3+
version: 0.3.2
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)