Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
bump version

Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Jan 21, 2025
1 parent 02afc79 commit da7c049
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@

* `OpenROAD.DetailedRouting`

* Added `DRT_SAVE_SNAPSHOTS` which enables saving snapshots of the layout each
detalied routing iteration.
* Added `DRT_SAVE_DRC_REPORT_ITERS`
* Added `DRT_ANTENNA_REPAIR` which enables antenna fixing after detailed routing
* Added `DRT_ANTENNA_MARGIN` which is similar to `GRT_ANTENNA_MARGIN`
* Added `DRT_ANTENNA_REPAIR_ITERS`

* `OpenROAD.GlobalPlacement`

Expand Down
2 changes: 1 addition & 1 deletion openlane/scripts/openroad/common/io.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -614,5 +614,5 @@ proc append_if_not_flag {list_arg glob_variable_name flag} {
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
proc log_cmd {cmd args} {
puts "+ $cmd [join $args " "]"
$cmd {*}$args
return [$cmd {*}$args]
}
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.dev10"
description = "An infrastructure for implementing chip design flows"
authors = ["Efabless Corporation and Contributors <[email protected]>"]
readme = "Readme.md"
Expand Down

0 comments on commit da7c049

Please sign in to comment.