Skip to content

Releases: intel/rohd

v0.5.0

25 Sep 21:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

08 Feb 19:46
Compare
Choose a tag to compare

What's Changed

  • Add GitHub Code Spaces configuration by @quekyj in #226
  • [Fix-issue-141] Adding Logic functionality for incr(), decr(), mulAssign() & divAssign() operation by @RPG-coder-intc in #196
  • Fixes: 204 by @akshay-wankhede in #220
  • Add test for shuffling bits by @mkorbel1 in #237
  • Added test for changed triggers on injection from changed by @mkorbel1 in #238
  • [Issue-104] checks to prevent same conditional used multiple times by @quekyj in #227
  • [Issue-225] Add Else.s() constructor to for single then execution by @quekyj in #229
  • Fix combinational sensitivity excessive pessimism, fix #233 by @mkorbel1 in #240
  • Move VCD parser for tests into utilities by @mkorbel1 in #241
  • Fix README on accessing int/BigInt values of Logic by @mkorbel1 in #244
  • Improve exceptions for Logic.put by @mkorbel1 in #243
  • WaveDumper optimization by @mkorbel1 in #242
  • [Issue-228] Make endIndex in getRange an optional positional argument, default to width by @quekyj in #231
  • [Issue-133] simcompare calculate signaltowidth instead of manual input by @quekyj in #211
  • Fix dart analysis issues surfaced in 2.19 by @mkorbel1 in #248
  • Revert IndexError deprecation change to maintain backwards compatibility by @mkorbel1 in #249
  • [Issue-234] Port should validate that names are sanitary by @quekyj in #245
  • await registered actions in Simulator by @mkorbel1 in #252
  • added the inline function for isValid and isFloating by @priya-t12 in #216
  • Improve GitHub Codespaces configuration by @chykon in #256
  • await Simulator.reset in test teardowns by @mkorbel1 in #255
  • Added test to check sanitized names by @aherrera97intl in #258
  • Upgrade VcdParser to handle more VCD files by @mkorbel1 in #260
  • [issue#7] Adding isIn() for [], [], [], [] by @RPG-coder-intc in #259
  • Updates to some documentation by @mkorbel1 in #261

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Dec 17:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Oct 18:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

19 Aug 20:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Jun 19:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 May 19:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

09 Feb 21:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

06 Dec 23:30
Compare
Choose a tag to compare

What's Changed

  • Move counter.dart to example.dart for pub.dev visibility by @mkorbel1 in #62
  • Make some LogicValues types const for performance by @mkorbel1 in #63
  • Sequential and Sequential.multi by @mkorbel1 in #65
  • Improve exception and error messaging by @mkorbel1 in #67

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Nov 23:56
Compare
Choose a tag to compare

What's Changed

  • Update instructions to depend on ROHD by @mkorbel1 in #51
  • Updated ROHD Verification Framework references in documentation by @mkorbel1 in #54
  • Dart automatic formatting by @mkorbel1 in #55
  • Fix #38: Interface.connectIO bug with no tags specified by @mkorbel1 in #58
  • Fix uniquified Interface.getPorts bug, add tests, and improve documentation by @mkorbel1 in #60

Full Changelog: v0.1.0...v0.1.1