Skip to content

Commit

Permalink
changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Nov 25, 2024
1 parent 22547b1 commit f8ca843
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
## API Breaks
## Documentation
-->

# 2.3.0

## Steps

* `Yosys.*Synthesis`
* Created new variable `SYNTH_HIERARCHY_MODE`, replacing `SYNTH_NO_FLAT`. There are three options, `flatten`, `deferred_flatten` and `keep`. The first two correspond to `SYNTH_NO_FLAT` being false and true respectively. The third keeps the hierarchy in the final netlist.
* Created new variable `SYNTH_TIE_UNDEFINED` to customize whether undefined and undriven values are tied low, high, or left as-is.
* Created new variable `SYNTH_WRITE_NOATTR` to allow attributes to be propagated to the final netlist.

* Created `Yosys.Resynthesis`
* Like `Yosys.Synthesis`, but uses the current input state netlist as an input instead of RTL files

## CLI

* Added new option: `-e`/`--initial-state-element-override`: allows an element in the initial state to be overridden straight from the commandline.

# 2.2.7

## Steps
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openlane"
version = "2.2.7"
version = "2.3.0"
description = "An infrastructure for implementing chip design flows"
authors = ["Efabless Corporation and Contributors <donn@efabless.com>"]
readme = "Readme.md"
Expand Down

0 comments on commit f8ca843

Please sign in to comment.