Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Jan 21, 2025
1 parent e37a564 commit 5f01484
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
may inspect the result.
* This is not part of the OpenLane stable API and may be broken at any
moment.
* Can now define multiple corners that have the same set of libs for the variables:
`PNR_CORNERS`, `RSZ_CORNERS` and `CTS_CORNERS`

* `OpenROAD.CTS`

Expand Down Expand Up @@ -160,6 +162,12 @@

## API Breaks

* `OpenROADStep.*`

* `LAYERS_RC` now uses a new format. Refer to the documentation for a description
of the new format.
* `VIAS_RC` removed and replaced by `VIAS_R` with a format similar to `LAYERS_RC`

* `Checker.HoldViolations`

* `HOLD_VIOLATION_CORNERS` now defaulting to all corners will require designs
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 = "3.0.0.dev9"
version = "3.0.0.dev11"
description = "An infrastructure for implementing chip design flows"
authors = ["Efabless Corporation and Contributors <[email protected]>"]
readme = "Readme.md"
Expand Down

0 comments on commit 5f01484

Please sign in to comment.