forked from The-OpenROAD-Project/OpenROAD-flow-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Update yosys submodule #105
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
Draft
github-actions
wants to merge
369
commits into
at-switch-to-error-metric
Choose a base branch
from
update-yosys
base: at-switch-to-error-metric
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
Conversation
This file contains hidden or 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
9d4bff4 to
58519d7
Compare
…t-staging/fix-ventrilator-install-ubuntu24 Fix(deps): Ensure Verilator Installation on Ubuntu 24.04
…t-staging/dependabot Configure Dependabot for GitHub Actions and Submodules
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tools/yosys-slang](https://github.com/povik/yosys-slang) from `f9aad2d` to `ccc13ea`. - [Commits](povik/yosys-slang@f9aad2d...ccc13ea) --- updated-dependencies: - dependency-name: tools/yosys-slang dependency-version: ccc13eabc333a59d3a78bdb1d4a002928050e92d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Eder Monteiro <[email protected]>
Signed-off-by: Eder Monteiro <[email protected]>
…t/dependabot/github_actions/peter-evans/create-pull-request-7 Bump peter-evans/create-pull-request from 5 to 7
…t/dependabot/github_actions/actions/checkout-5 Bump actions/checkout from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…t/dependabot/github_actions/docker/login-action-3 Bump docker/login-action from 2 to 3
…t-staging/fix_ci update metrics
…t/dependabot/github_actions/actions/setup-python-6 Bump actions/setup-python from 4 to 6
- floorplan__swapped_arithmetic_module_count - placeopt__swapped_arithmetic_module_count - finish__swapped_arithmetic_module_count Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
…t-staging/add_place_repair_timing add make target for repair_timing post-placement
This commit introduces Total Negative Slack (TNS) for setup timing as a new Quality of Result (QoR) metric. While Worst Negative Slack (WNS) tracks the single most critical path, TNS provides a more comprehensive view of the design's overall timing health by summing the slack of all violating paths. The rule generation script (`genRuleFile.py`) has been updated to handle the new `finish__timing__setup__tns` metric. Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
- New envars: SYNTH_WRAPPED_REORDER_ADDER, SYNTH_WRAPPED_REORDER_MULTIPLIER Signed-off-by: Jaehyun Kim <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
…t-staging/ariane133-metrics designs/nangate45/ariane133/rules-base.json updates:
Signed-off-by: Jaehyun Kim <[email protected]>
…t-staging/metrics-and-configs-mpl-macro-arrays New metrics and configs for MPL changes
d3ec108 to
8a70760
Compare
Signed-off-by: Øyvind Harboe <[email protected]>
…penroad-bump openroad: bump
…t-staging/secure-change-tclint-toml Removed style.allow-aligned-sets config setting
Also sync the map file for SG13G2. Signed-off-by: Daniel Schultz <[email protected]>
The routing direction for all Metal layers recently changed the in the SG13G2 PDK. Update the config file to match with the latest tech file. Signed-off-by: Daniel Schultz <[email protected]>
Use sg13g2_udpate.py to sync with the latest changes from the main branch. Signed-off-by: Daniel Schultz <[email protected]>
Move Power Delivery Network to TopMetal1 and 2. Since IHP changed the orientation of all metal directions, Metal5 and TM1 can't be used anymore. Signed-off-by: Daniel Schultz <[email protected]>
Since the routing direction changed, pins at the macro edge and power ring vias might be too close to each other. Increase the core margin by 1um to prevent this issue. Signed-off-by: Daniel Schultz <[email protected]>
Move Power Delivery Network to TopMetal1 and 2. Since IHP changed the orientation of all metal directions, Metal5 and TM1 can't be used anymore. Use Metal4 and 5 for the PDN inside macro blocks. Signed-off-by: Daniel Schultz <[email protected]>
Update all ihp-sg13g2 designs to match the latest PDK files. Additionally, lower frequency for spi and gdc design to meet worst-case latency and core utilization for the ibex design. Signed-off-by: Daniel Schultz <[email protected]>
…target Signed-off-by: Eder Monteiro <[email protected]>
8a70760 to
c68821a
Compare
…emove-mpl-signature-var scripts: remove MPL connection signature flow variable
…_timing_max_iters add MAX_REPAIR_TIMING_ITER variable
c68821a to
0796f33
Compare
| Metric | Old | New | Type | | ------ | --- | --- | ---- | | globalroute__timing__setup__tns | -33.7 | -82.3 | Failing | | finish__timing__setup__tns | -10.3 | -15.6 | Failing | Signed-off-by: Matt Liberty <[email protected]>
…t-staging/priv-metrics Update private metrics for gf12/bp_dual & rapidus2hp/hercules_is_int
…p-sg13g2-pdk ihp-sg13g2: Sync PDK
…t-staging/metrics-update designs/sky130hs/riscv32i/rules-base.json updates:
0796f33 to
307ec0b
Compare
fixes The-OpenROAD-Project#3638 Signed-off-by: Øyvind Harboe <[email protected]>
…eadme-link-fix README.md: fix link
307ec0b to
edd58e0
Compare
Signed-off-by: Jeff Ng <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
edd58e0 to
c27033f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automated changes by create-pull-request GitHub action