Skip to content

Commit 8a79de8

Browse files
authored
Preparing to release v0.6.8 (#645)
1 parent 20c8128 commit 8a79de8

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.8
2+
3+
- Fixed a bug where constant assignments or tie-offs could be lost in certain rare scenarios in generated outputs (<https://github.com/intel/rohd/pull/643>).
4+
- Fixed a bug where an unnamed connection between an output and inOut could be incorrectly pruned during SystemVerilog generation, causing confusing error messages (<https://github.com/intel/rohd/pull/644>).
5+
- Fixed typos in various documentation, comments, tutorials, etc. (<https://github.com/intel/rohd/pull/642>).
6+
17
## 0.6.7
28

39
- Significantly improved and simplified generated outputs (including SystemVerilog) by reducing unnecessary signal slicing and swizzling operations and leaving unconnected ports on module instantiations empty (<https://github.com/intel/rohd/pull/638>).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ ROHD is under active development. If you're interested in contributing, have fe
6969

7070
----------------
7171

72-
Copyright (C) 2021-2025 Intel Corporation
72+
Copyright (C) 2021-2026 Intel Corporation
7373
SPDX-License-Identifier: BSD-3-Clause

lib/src/utilities/config.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022-2025 Intel Corporation
1+
// Copyright (C) 2022-2026 Intel Corporation
22
// SPDX-License-Identifier: BSD-3-Clause
33
//
44
// config.dart
@@ -10,5 +10,5 @@
1010
/// A utility for ROHD configuration file.
1111
class Config {
1212
/// The version of the ROHD framework.
13-
static const String version = '0.6.7';
13+
static const String version = '0.6.8';
1414
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rohd
2-
version: 0.6.7
2+
version: 0.6.8
33
description: The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware.
44
homepage: https://intel.github.io/rohd-website
55
repository: https://github.com/intel/rohd

0 commit comments

Comments
 (0)