-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: efabless/openlane2
base: main
head repository: efabless/openlane2
compare: dev
- 8 commits
- 32 files changed
- 2 contributors
Commits on Dec 15, 2024
-
feat!: dynamic designformat registration (#612)
## Misc Enhancements/Bugfixes * `openlane.state` * `DesignFormat` * Now a dataclass encapsulating the information about the DesignFormat directly. * `.factory` is a factory for retrieval of DesignFormats by ID * `DesignFormats` may be registered to the factory using `.register()` * Registrations for previously included `DesignFormat`s now moved to where appropriate. * Renamed `POWERED_NETLIST_NO_PHYSICAL_CELLS` to `LOGICAL_POWERED_NETLIST` * Renamed `POWERED_NETLIST_SDF_FRIENDLY` to `SDF_FRIENDLY_POWERED_NETLIST` * `State` * States initialized with keys that have values that are `None` now remove said keys. ## API Breaks * `openlane.steps` * `TclStep` now uses the IDs uppercased for `CURRENT_` and `SAVE_`. * `openlane.state` * `State` no longer includes all `DesignFormat`s as guaranteed keys and `.get` must be used to avoide `KeyErrors` * `DesignFormat` is no longer an enumeration and is not iterable. However, to avoid massive codebase changes, you can still access `DesignFormat`s registered to the factory using the dot notation (e.g. `DesignFormat.NETLIST`), using either their `id` or any of their `alts`. * Removed `DesignFormatObject`: the DesignFormat class itself is now a dataclass incorporating these fields, except `name`, which has been renamed to `full_name`. The enumeration's name has been added to `alts`, while `.name` is now an alias for `.id`.
Configuration menu - View commit details
-
Copy full SHA for 7959772 - Browse repository at this point
Copy the full SHA 7959772View commit details -
feat: expose some CTS options (#589)
* `OpenROAD.CTS` * Added flags `CTS_OBSTRUCTION_AWARE` and `CTS_BALANCE_LEVELS` * Added `CTS_SINK_BUFFER_MAX_CAP_DERATE_PCT`
Configuration menu - View commit details
-
Copy full SHA for ef539d2 - Browse repository at this point
Copy the full SHA ef539d2View commit details
Commits on Dec 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59f1752 - Browse repository at this point
Copy the full SHA 59f1752View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d22d1 - Browse repository at this point
Copy the full SHA c5d22d1View commit details -
feat: update to nixos 24.11 (#617)
## Tool Updates * Updated nix-eda * Updated nixpkgs to nixos-24.11 (@ `3c53b4b`) * Updated KLayout to `0.29.9` * Updated Magic to `8.3.503` * Updated Netgen to `1.5.287` * Updated ioplace-parser to`0.4.0` * Updated OpenROAD to `1d61007` * Updated OpenSTA to `aa598a2` Co-authored-by: Kareem Farid <kareefardi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 77aae99 - Browse repository at this point
Copy the full SHA 77aae99View commit details
Commits on Jan 1, 2025
-
misc: use
<next version>.dev
versioning for dev branchSigned-off-by: Mohamed Gaber <donn@efabless.com>
Configuration menu - View commit details
-
Copy full SHA for 318b684 - Browse repository at this point
Copy the full SHA 318b684View commit details
Commits on Jan 2, 2025
-
feat: DRT layout and DRC snapshots (#628)
## Steps * `OpenROAD.DetailedRouting` * Added `DRT_SAVE_SNAPSHOTS` which enables saving snapshots of the layout each detalied routing iteration. * Added `DRT_SAVE_DRC_REPORT_ITERS` Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 39a17eb - Browse repository at this point
Copy the full SHA 39a17ebView commit details
Commits on Jan 5, 2025
-
feat: overridable corner for synthesis (#566)
* `Yosys.*` * Add `SYNTH_CORNER` Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7787375 - Browse repository at this point
Copy the full SHA 7787375View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...dev