Skip to content
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

Update yosys submodule #216

Draft
wants to merge 290 commits into
base: makefile-do-synth-sdc-consistency
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

Automated changes by create-pull-request GitHub action

@github-actions github-actions bot force-pushed the update-yosys branch 8 times, most recently from b03192a to 5ae737e Compare October 13, 2024 20:15
@github-actions github-actions bot force-pushed the update-yosys branch 2 times, most recently from f831d5d to d8b8ae6 Compare October 14, 2024 08:09
jeffng-or and others added 3 commits October 15, 2024 07:31
* moved to official v2.2.2 tag

Signed-off-by: Jeff Ng <[email protected]>
Not idiomatic for the use-case where the mock-cpu
would be connected into an SoC where timing closure
is checked.

setting set_input_delay in particular is problematic
because it can lead to hold cells which should not be
used at all, or if they have to be used, they should
be inserted where the mock-cpu is used at the SoC level,
not inside the mock-cpu macro.

set_input/output_delay would be more approperiate at
the top level of an SoC on the pins connecting to
the outside world.

Signed-off-by: Øyvind Harboe <[email protected]>
Signed-off-by: Øyvind Harboe <[email protected]>
maliberty and others added 5 commits November 30, 2024 08:33
Signed-off-by: Matt Liberty <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
…opely updated automatically

Signed-off-by: Augusto Berndt <[email protected]>
./designs/nangate45/swerv_wrapper/ --variant base --failing --tighten
| Metric                                        | Old      | New      | Type     |
| ------                                        | ---      | ---      | ----     |
| detailedroute__route__wirelength              |  7081024 |  5712360 | Tighten  |
| finish__timing__setup__ws                     |    -0.79 |    -1.05 | Failing  |
| finish__timing__drv__hold_violation_count     |     1119 |     1089 | Tighten  |

./designs/sky130hd/microwatt/ --variant base --failing --tighten
| Metric                                        | Old      | New      | Type     |
| ------                                        | ---      | ---      | ----     |
| placeopt__design__instance__area              |  5661289 |  5655458 | Tighten  |
| detailedroute__antenna__violating__nets       |        1 |        3 | Failing  |

./designs/sky130hs/aes/ --variant base --failing --tighten
| Metric                                        | Old      | New      | Type     |
| ------                                        | ---      | ---      | ----     |
| globalroute__antenna_diodes_count             |       25 |        1 | Tighten  |
| detailedroute__antenna_diodes_count           |        5 |       12 | Failing  |

./designs/sky130hs/jpeg/ --variant base --failing --tighten
| Metric                                        | Old      | New      | Type     |
| ------                                        | ---      | ---      | ----     |
| globalroute__antenna_diodes_count             |      580 |      555 | Tighten  |
| detailedroute__antenna__violating__nets       |        0 |        4 | Failing  |
| finish__timing__setup__ws                     |     -0.5 |     -0.4 | Tighten  |

Signed-off-by: Augusto Berndt <[email protected]>
did a sweep to find the remaining locations that have
not yet been migrated.

Signed-off-by: Øyvind Harboe <[email protected]>
…t-staging/secure-gpl-fix-update-metrics

gpl: update metrics, after bug fix
maliberty and others added 7 commits December 2, 2024 15:36
Signed-off-by: Matt Liberty <[email protected]>
…cripts-log-cmd-consistency

scripts: use log_cmd for consistency
Fix the w/h of the CTS viewer.
Add the clock tree on the layout view for more clustering info.

Signed-off-by: Matt Liberty <[email protected]>
…t-staging/update-images

Update the images saved by save_images.tcl
…t-staging/fix-global-place-stage

global_place is stage 3 not 5
less click and wait when the GUI opens

The-OpenROAD-Project/OpenROAD#6074

Signed-off-by: Øyvind Harboe <[email protected]>
oharboe and others added 2 commits December 4, 2024 08:28
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.