-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: openroad hierarchical macro placer #537
Draft
donn
wants to merge
13
commits into
dev
Choose a base branch
from
rtl-macro-placer
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Aug 21, 2024
-
Yosys Step Rewrite, Update
nix-eda
* `Yosys.JsonHeader`, `Yosys.*Synthesis` * **Internal**: * Steps are no longer `TclStep`s: rewritten in Python and now use `libyosys`. While there are no functional changes, this enhances the codebase's consistency and helps avoid tokenization-related security issues. * `Yosys.*Synthesis` * ABC scripts used now created dynamically and dumped as a `.abc` file into the step directory. * Updated `nix-eda` * `yosys` -> `0.44` (+ `-y` patch) * `klayout` -> `0.29.4` * OpenROAD now used with new `withPythonPackages` features to use Python packages specifically for the OpenROAD environment
Configuration menu - View commit details
-
Copy full SHA for 7cd5485 - Browse repository at this point
Copy the full SHA 7cd5485View commit details -
Configuration menu - View commit details
-
Copy full SHA for f752ac9 - Browse repository at this point
Copy the full SHA f752ac9View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5cfc8c - Browse repository at this point
Copy the full SHA a5cfc8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8082f54 - Browse repository at this point
Copy the full SHA 8082f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b7c3a - Browse repository at this point
Copy the full SHA 13b7c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b72255 - Browse repository at this point
Copy the full SHA 5b72255View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b36a6e - Browse repository at this point
Copy the full SHA 7b36a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72875b8 - Browse repository at this point
Copy the full SHA 72875b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66524bd - Browse repository at this point
Copy the full SHA 66524bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d55222 - Browse repository at this point
Copy the full SHA 3d55222View commit details
Commits on Aug 26, 2024
-
Add support for Hierarchical RTL Macro Placer
* `OpenROAD.*` * Added `log_cmd` from OpenROAD-flow-scripts -- neat idea for consistency * **Internal**: Steps now sensitive to `_OPENROAD_GUI` environment variable -- coupled with `--only`, it runs a step in OpenROAD then doesn't quit so you may inspect the result. * This is not part of the OpenLane stable API and may be broken at any moment. * `OpenROAD.CutRows` * Rows that generate less than a specified number of sites are now removed to help with PDN generation (default: 25) * Created `OpenROAD.HierarchicalMacroPlacer` * Based on OpenROAD `mpl2`-- a macro placer that uses hierarchy information from the RTL to generate a macro placement automatically * Used for macros for which a manual placement has not been provided * Created `OpenROAD.UnplaceAll` * Removes placement status of all instances. * `Yosys.Synthesis` * `SYNTH_NO_FLAT` replaced with `SYNTH_HIERARCHY_MODE` with three options: `flatten` (previously `false`), `deferred_flatten` (previously `true`) and `keep` (new value). When set to `keep`, the netlist generated is hierarchical. ## Flows * Classic * Added `OpenROAD.HierarchicalMacroPlacer` after `Odb.ManualMacroPlacement` * Moved pin placement flow before macro placement as `mpl2` requires pin placement information * Added `OpenROAD.UnplaceAll` after pin placement so rows can be cut for macros without worries about already-placed instances ## Tool Updates * `openroad` -> `49a497a` * Enhanced overlay for `or-tools` to fix a bug where trying to build OpenROAD from a git repo (using nix develop .#openroad) would Cmake always fail after the first `cmake ..`
Configuration menu - View commit details
-
Copy full SHA for 60bcad1 - Browse repository at this point
Copy the full SHA 60bcad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b3424 - Browse repository at this point
Copy the full SHA 29b3424View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6fa5e6 - Browse repository at this point
Copy the full SHA a6fa5e6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.