rohd_vf 0.4.0
rohd_vf: ^0.4.0 copied to clipboard
The ROHD Verification Framework, a verification framework built upon ROHD for building testbenches.
0.4.0 #
- Updates ROHD dependency to at least v0.4.0
- Breaking: made
columnWidthan optional named argument inTrackerField(https://github.com/intel/rohd-vf/issues/10). - Increased minimum Dart SDK version to 2.18.0.
- Upgraded and made lints more strict within ROHD-VF, leading to some quality and documentation improvements.
0.3.1 #
Streams inMonitorandSequencerare now synchronous (fix https://github.com/intel/rohd-vf/issues/8).Trackernow writes to files asynchronously to improve performance (fix https://github.com/intel/rohd-vf/issues/12).- Fixed bugs related to test, simulation, and objection completions (https://github.com/intel/rohd-vf/pull/15).
0.3.0 #
- Updates ROHD dependency to at least v0.3.0
0.2.0 #
- Updates ROHD dependency to at least v0.2.0
- Adds
Trackerto make logging events during a test simple for reading or parsing.
0.1.1 #
- Fix documentation issues.
0.1.0 #
- The first formally versioned release of ROHD Verification Framework.