-
Notifications
You must be signed in to change notification settings - Fork 41
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: efabless/openlane2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: efabless/openlane2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update_or_dft
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 33 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 Dec 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97b185e - Browse repository at this point
Copy the full SHA 97b185eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47dbbb2 - Browse repository at this point
Copy the full SHA 47dbbb2View commit details
Commits on Dec 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 416840b - Browse repository at this point
Copy the full SHA 416840bView commit details -
feat!: make substitution strictly a class-level feature
also, normalize step ids after every substitution
Configuration menu - View commit details
-
Copy full SHA for f076cec - Browse repository at this point
Copy the full SHA f076cecView commit details
Loading
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...update_or_dft