-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose -keep_resize_below_overflow with PL_KEEP_RESIZE_BELOW_OV…
…ERFLOW (#655) depends on: efabless/openlane2-ci-designs#37 --------- Signed-off-by: Kareem Farid <[email protected]> Co-authored-by: Mohamed Gaber <[email protected]>
- Loading branch information
1 parent
53f5e7d
commit 2473cd0
Showing
7 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openlane" | ||
version = "3.0.0.dev13" | ||
version = "3.0.0.dev14" | ||
description = "An infrastructure for implementing chip design flows" | ||
authors = ["Efabless Corporation and Contributors <[email protected]>"] | ||
readme = "Readme.md" | ||
|
Submodule designs
updated
6 files
+58 −0 | regs_analog_ctrl_APB/base.sdc | |
+51 −0 | regs_analog_ctrl_APB/config.yaml | |
+301 −0 | regs_analog_ctrl_APB/pin_order.cfg | |
+1,063 −0 | regs_analog_ctrl_APB/regs_analog_ctrl.v | |
+1,816 −0 | regs_analog_ctrl_APB/regs_analog_ctrl_APB.v | |
+27 −0 | regs_analog_ctrl_APB/signoff.sdc |