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 #247

Draft
wants to merge 172 commits into
base: partial-automatic-macro-placement
Choose a base branch
from

Commits on Oct 22, 2024

  1. flow: allow overriding KLAYOUT_DRC_FILE and CDL_FILE

    Signed-off-by: htfab <[email protected]>
    htfab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f4f2028 View commit details
    Browse the repository at this point in the history
  2. ci: disable AutoTuner

    Signed-off-by: Vitor Bandeira <[email protected]>
    Vitor Bandeira committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1ce1760 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    7e8d10b View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request The-OpenROAD-Project#2489 from eder-matheu…

    …s/update_metrics"
    
    This reverts commit 0a5008b, reversing
    changes made to 505c2a4.
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4ecf9ce View commit details
    Browse the repository at this point in the history
  3. update OR

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d12459 View commit details
    Browse the repository at this point in the history
  4. Reinstate the gf180/uart-blocks metric update

    It was unrelated to the read_spef problem but fell in the same PR.
    
    | Metric                                        | Old      | New      | Type     |
    | ------                                        | ---      | ---      | ----     |
    | synth__design__instance__area__stdcell        | 62967.63 |  62967.6 | Tighten  |
    | globalroute__antenna_diodes_count             |       13 |       10 | Tighten  |
    | detailedroute__route__wirelength              |    20378 |    19722 | Tighten  |
    | detailedroute__antenna_diodes_count           |        0 |        5 | Failing  |
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    02859d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge pull request The-OpenROAD-Project#2504 from The-OpenROAD-Projec…

    …t-staging/secure-dbsta-hier-fix-again
    
    Secure dbsta hier fix again
    maliberty authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d12bbc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request The-OpenROAD-Project#2495 from htfab/override-drc-lvs

    flow: allow overriding KLAYOUT_DRC_FILE and CDL_FILE
    maliberty authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ab82f3e View commit details
    Browse the repository at this point in the history
  3. doc fixes

    Signed-off-by: Jeff Ng <[email protected]>
    jeffng-or committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    83a3c2a View commit details
    Browse the repository at this point in the history
  4. update nangate45/ariane136 metrics

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    62b2f7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request The-OpenROAD-Project#2507 from eder-matheus/update…

    …_metric
    
    update nangate45/ariane136 metrics
    eder-matheus authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9f67f4a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    682f87e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. [BOT] Update OpenROAD submodule

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    vvbandeira authored and github-actions[bot] committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    fd0f523 View commit details
    Browse the repository at this point in the history
  2. Merge pull request The-OpenROAD-Project#2431 from The-OpenROAD-Projec…

    …t/update-openroad
    
    Update OpenROAD submodule
    maliberty authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6f3494c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. global route: fix GENERATE_ARTIFACTS_ON_FAILURE use-case

    the .sdc file must be written out alongside the .odb file
    and .rpt file in the failing test case when
    GENERATE_ARTIFACTS_ON_FAILURE=1
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ebc809b View commit details
    Browse the repository at this point in the history
  2. global route: fix GENERATE_ARTIFACTS_ON_FAILURE use-case take 2

    the .sdc file must be written out alongside the .odb file
    and .rpt file in the failing test case when
    GENERATE_ARTIFACTS_ON_FAILURE=1
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c5b6af3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2511 from Pinata-Consulting/g…

    …lobal-route-GENERATE_ARTIFACTS_ON_FAILURE-fix
    
    global route: fix GENERATE_ARTIFACTS_ON_FAILURE use-case
    maliberty authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fd99d94 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Remove old mpl/tdms flow now that mpl2 is the default.

    Prep to remove mpl.
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    25b1c29 View commit details
    Browse the repository at this point in the history
  2. variables: handle space in defaults

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    89cffd7 View commit details
    Browse the repository at this point in the history
  3. variables: GLOBAL_ROUTE_ARGS now has the default defined

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    017df8c View commit details
    Browse the repository at this point in the history
  4. makefile: introduce 2_1_floorplan.sdc for consistency

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    03d3d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff0629a View commit details
    Browse the repository at this point in the history
  6. Merge pull request The-OpenROAD-Project#2513 from The-OpenROAD-Projec…

    …t-staging/rm-tmds-mpl
    
    Remove old mpl/tdms flow now that mpl2 is the default.
    maliberty authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b2a0693 View commit details
    Browse the repository at this point in the history
  7. use latest openroad

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c246ec9 View commit details
    Browse the repository at this point in the history
  8. makefile: add a comment to defaults.py handling

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    abf10b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0802485 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    569dcb7 View commit details
    Browse the repository at this point in the history
  11. update public metrics regarding antenna violations

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    18abc2b View commit details
    Browse the repository at this point in the history
  12. makefile: fix make do-floorplan and add test/test-do-stage.sh

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9b304b7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request The-OpenROAD-Project#2515 from Pinata-Consulting/m…

    …acro-placement-logging
    
    macro placement: tighten up logging, use log_cmd
    maliberty authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bcbab60 View commit details
    Browse the repository at this point in the history
  14. Merge pull request The-OpenROAD-Project#2518 from eder-matheus/update…

    …_antenna_metrics
    
    update metrics regarding antenna violations
    maliberty authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d5e6cb0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request The-OpenROAD-Project#2517 from Pinata-Consulting/s…

    …dc-pick-algorithm
    
    Sdc pick algorithm
    maliberty authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9f3ad44 View commit details
    Browse the repository at this point in the history
  16. Merge pull request The-OpenROAD-Project#2514 from Pinata-Consulting/v…

    …ariables-global-route-args
    
    Variables global route args
    maliberty authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    194d6b4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request The-OpenROAD-Project#2519 from Pinata-Consulting/m…

    …akefile-fix-do-stage
    
    makefile: fix make do-floorplan and add test/test-do-stage.sh
    maliberty authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e30f8fc View commit details
    Browse the repository at this point in the history
  18. makefile: fix one more do-floorplan gaffe

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8c3afb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request The-OpenROAD-Project#2520 from Pinata-Consulting/m…

    …akefile-do-floorplan-fix-2
    
    makefile: fix one more do-floorplan gaffe
    maliberty authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    defc349 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. synth: nit, emphemral files belong in OBJECTS_DIR

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9daa681 View commit details
    Browse the repository at this point in the history
  2. synthesis: better reports for exploring MAX_UNGROUP_SIZE

    Seperate the concern of collecting area of modules and implementing
    a policy.
    
    First a report is collected, such as:
    
    $ cat results/asap7/riscv32i/base/keep_hierarchy.tcl
    0.291600 $paramod\mux2\WIDTH=s32'00000000000000000000000000000001
    0.306180 \magcompare2c
    0.641520 \magcompare2b
    0.801900 $paramod\mux2\WIDTH=s32'00000000000000000000000000000100
    0.991440 $paramod\mux2\WIDTH=s32'00000000000000000000000000000101
    2.084940 \ROM
    3.076380 \aludec
    4.009500 \maindec
    6.794280 $paramod\mux2\WIDTH=s32'00000000000000000000000000100000
    6.794280 $paramod\mux2\WIDTH=s32'00000000000000000000000000100000
    
    In synthesis, MAX_UNGROUP_SIZE is used to select which
    of these modules to keep and which to flatten.
    
    For some design there is little guesswork involved when looking
    at this report and picking a MAX_UNGROUP_SIZE.
    
    The names of targets in the makefile, variables and report
    names could be revised to reflect this seperation of concerns
    to improve readability, but leave that for a followup PR.
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    21a6cec View commit details
    Browse the repository at this point in the history
  3. synthesis: keep memory information on hierarchical synthesis

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d8d5492 View commit details
    Browse the repository at this point in the history
  4. synthesis: creature comfort for testing SYNTH_HIERARCHICAL=1/0 on com…

    …mand line
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ac0760e View commit details
    Browse the repository at this point in the history
  5. update metrics for rsz-user-function-class

    Signed-off-by: Arthur Koucher <[email protected]>
    AcKoucher committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    459c467 View commit details
    Browse the repository at this point in the history
  6. Merge pull request The-OpenROAD-Project#2529 from Pinata-Consulting/s…

    …ynth-testing-creature-comfort
    
    synthesis: creature comfort for testing SYNTH_HIERARCHICAL=1/0 on command line
    maliberty authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    db5bee1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acbe1f0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request The-OpenROAD-Project#2528 from Pinata-Consulting/s…

    …ynth-mem-keep
    
    synthesis: keep memory information on hierarchical synthesis
    maliberty authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0944a64 View commit details
    Browse the repository at this point in the history
  9. cleanup: introduce place_density_with_lb_addon proc

    this replaces unique pattern where a file is sourced and it
    acts more or less as a proc, setting a variable.
    
    Made logging a bit more consistent, added it for global_placement
    invocation in global_place_skip_io. This makes it evident in the
    code that place_density_with_lb_addon is logged as soon as
    it is calculated.
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    12966fa View commit details
    Browse the repository at this point in the history
  10. synth: SYNTH_STATS naming doesn't leak implementation details

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c4a29ca View commit details
    Browse the repository at this point in the history
  11. Merge pull request The-OpenROAD-Project#2530 from AcKoucher/metrics-r…

    …sz-user-function-class
    
    update metrics for rsz-user-function-class
    maliberty authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    10cbc1e View commit details
    Browse the repository at this point in the history
  12. Merge pull request The-OpenROAD-Project#2526 from Pinata-Consulting/s…

    …ynth-nit
    
    synth: nit, ephemral files belong in OBJECTS_DIR
    maliberty authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8ac4d86 View commit details
    Browse the repository at this point in the history
  13. Merge pull request The-OpenROAD-Project#2527 from Pinata-Consulting/s…

    …ynth-better-ungroup-reporting
    
    synthesis: better reports for exploring MAX_UNGROUP_SIZE
    maliberty authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4b8deb3 View commit details
    Browse the repository at this point in the history
  14. Merge pull request The-OpenROAD-Project#2532 from Pinata-Consulting/l…

    …b-addon-cleanup
    
    cleanup: introduce place_density_with_lb_addon proc
    maliberty authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d59ddd4 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into print-place-density-lb-addon

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8ea7b36 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge pull request The-OpenROAD-Project#2531 from The-OpenROAD-Projec…

    …t-staging/print-place-density-lb-addon
    
    Print the computed placement density with using PLACE_DENSITY_LB_ADDON
    maliberty authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    38b66e0 View commit details
    Browse the repository at this point in the history
  2. ihp-sg32g2: update pdn.tcl to connect IO pads by default

    Signed-off-by: Tim Henkes <[email protected]>
    Syndace committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f84d93d View commit details
    Browse the repository at this point in the history
  3. ihp-sg13g2: adjust update script to IHP-PDK changes

    Signed-off-by: Tim Henkes <[email protected]>
    Syndace committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    df42d67 View commit details
    Browse the repository at this point in the history
  4. ihp-sg13g2: sync to upstream commit 035037f

    Signed-off-by: Tim Henkes <[email protected]>
    Syndace committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3e85e33 View commit details
    Browse the repository at this point in the history
  5. ihp-sg13g2: ignore formatting of update script

    Signed-off-by: Tim Henkes <[email protected]>
    Syndace committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0544c6c View commit details
    Browse the repository at this point in the history
  6. synthesis: simpler more consistent naming for gathering statistics

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    08a8f86 View commit details
    Browse the repository at this point in the history
  7. Merge pull request The-OpenROAD-Project#2537 from Pinata-Consulting/s…

    …ynth-stats-naming
    
    synthesis: simpler more consistent naming for gathering statistics
    maliberty authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f4e241a View commit details
    Browse the repository at this point in the history
  8. Merge pull request The-OpenROAD-Project#2534 from Syndace/ihp-pdn-io

    ihp-sg32g2: update pdn.tcl to connect IO pads by default
    maliberty authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1837132 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. variables: REMOVE_ABC_BUFFERS is deprecated

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cabe8fd View commit details
    Browse the repository at this point in the history
  2. timing repair: allow negative HOLD_SLACK_MARGIN in floorplan

    can save hours of running time in futile hold repair
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cbfe110 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. mock-array: works fine with default number of iterations

    default is 30, no need to specify more
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    28e8069 View commit details
    Browse the repository at this point in the history
  2. mock-array: CTS works fine with default arguments

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d01aa55 View commit details
    Browse the repository at this point in the history
  3. variables: add REPORT_CLOCK_SKEW

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    addd9c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Merge pull request The-OpenROAD-Project#2544 from Pinata-Consulting/r…

    …eport-clock-skew
    
    variables: add REPORT_CLOCK_SKEW
    maliberty authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    850607e View commit details
    Browse the repository at this point in the history
  2. Merge pull request The-OpenROAD-Project#2543 from Pinata-Consulting/m…

    …ock-array-cts-cleanup
    
    mock-array: CTS works fine with default arguments
    maliberty authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7af38ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918b617 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update config files to use DESIGN_HOME variable

    Signed-off-by: VidyaChhabria <[email protected]>
    VidyaChhabria committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ab25067 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge pull request The-OpenROAD-Project#2547 from VidyaChhabria/master

    Update config files to use DESIGN_HOME variable
    maliberty authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c01383b View commit details
    Browse the repository at this point in the history
  2. use latest or

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fd3cc7b View commit details
    Browse the repository at this point in the history
  3. use Yosys 0.47

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c1c473e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dfe138 View commit details
    Browse the repository at this point in the history
  5. keep name consistency between flag/orfs variable and fix .yaml

    Signed-off-by: Arthur Koucher <[email protected]>
    AcKoucher committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e6c257d View commit details
    Browse the repository at this point in the history
  6. update sky130hd and sky130hs ibex designs metrics

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6f5a405 View commit details
    Browse the repository at this point in the history
  7. update sky130hd/microwatt

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    53a6a5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request The-OpenROAD-Project#2551 from AcKoucher/sizing-ho…

    …nor-cell-footprint
    
    add flag to enforce cell footprint honoring in all sizing operations
    maliberty authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a8f7b96 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge pull request The-OpenROAD-Project#2550 from The-OpenROAD-Projec…

    …t-staging/secure-yosys0.47
    
    update Yosys to version 0.47
    eder-matheus authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a098e47 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge pull request The-OpenROAD-Project#2542 from Pinata-Consulting/m…

    …ock-array-cleanup
    
    mock-array: works fine with default number of iterations
    maliberty authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cf0c6d9 View commit details
    Browse the repository at this point in the history
  2. don't save drt modifications on the odb guides

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4ebd5d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge pull request The-OpenROAD-Project#2554 from eder-matheus/dont_s…

    …ave_drt_guides
    
    don't save drt modifications on the odb guides
    maliberty authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4bc0209 View commit details
    Browse the repository at this point in the history
  2. Added some missing flow variables and descriptions

    Signed-off-by: Jeff Ng <[email protected]>
    jeffng-or committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    210c40e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    ea8e5df View commit details
    Browse the repository at this point in the history
  2. USE_FILL feedback

    Signed-off-by: Jeff Ng <[email protected]>
    jeffng-or committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    40c87c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2555 from jeffng-or/flow-vari…

    …able-doc-updates
    
    Added some missing flow variables and descriptions
    maliberty authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5e33163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da9878 View commit details
    Browse the repository at this point in the history
  5. update sky130hd/microwatt place density

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa5e8db View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge pull request The-OpenROAD-Project#2557 from jeffng-or/at-doc-up…

    …date2
    
    separated tuner-specific args into their own section + message typo
    maliberty authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    60c85c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into update_microwatt

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bc39ebe View commit details
    Browse the repository at this point in the history
  3. use latest or

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    da2d4dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request The-OpenROAD-Project#2540 from Pinata-Consulting/h…

    …old-slack-margin-negative-in-floorplan
    
    timing repair: allow negative HOLD_SLACK_MARGIN in floorplan
    maliberty authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    236184e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab8cd4e View commit details
    Browse the repository at this point in the history
  6. Merge pull request The-OpenROAD-Project#2560 from The-OpenROAD-Projec…

    …t-staging/update-convertDrc
    
    Update convertDrc.py to the new json format
    maliberty authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bf819ca View commit details
    Browse the repository at this point in the history
  7. use 0.5 place density for microwatt

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    afa6a60 View commit details
    Browse the repository at this point in the history
  8. Always run fast_route in open.tcl

    The global router settings should not depend on GUI_TIMING.
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0c23d08 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Format util/convertDrc.py with black

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e1f63d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request The-OpenROAD-Project#2562 from The-OpenROAD-Projec…

    …t-staging/format-convertDrc
    
    Format util/convertDrc.py with black
    maliberty authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9a1ccb4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2561 from The-OpenROAD-Projec…

    …t-staging/open-fast_route
    
    Always run fast_route in open.tcl
    maliberty authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    745c3d9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into update_microwatt

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d8c93c1 View commit details
    Browse the repository at this point in the history
  5. use 0.23 as place density

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b338c6b View commit details
    Browse the repository at this point in the history
  6. Merge pull request The-OpenROAD-Project#2558 from eder-matheus/update…

    …_microwatt
    
    update sky130hd/microwatt place density
    eder-matheus authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b28c142 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Use minimize/unminimize instead of show

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a4726d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request The-OpenROAD-Project#2564 from The-OpenROAD-Projec…

    …t-staging/gui-unminimize
    
    Use minimize/unminimize instead of show
    maliberty authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3cf48df View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. docs: update

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f69f4e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31181b View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2539 from Pinata-Consulting/r…

    …emove-abc-buffers-deprecated
    
    variables: REMOVE_ABC_BUFFERS is deprecated
    maliberty authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    27f9815 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. detail_route: call fast_route

    There's no comment as to why fast_route is not invoked here,
    this is a copy&paste vestige, call fast_route.
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c5bb557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d5f91 View commit details
    Browse the repository at this point in the history
  3. variables.yaml: move defaults from Makefile

    This is to reduce copying and pasting a pattern we're moving
    away from
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a5f426d View commit details
    Browse the repository at this point in the history
  4. global place: easier to read .tcl code

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    42c797a View commit details
    Browse the repository at this point in the history
  5. Merge pull request The-OpenROAD-Project#2566 from Pinata-Consulting/d…

    …etail-route-fast-route
    
    detail_route: call fast_route
    maliberty authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4c627e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request The-OpenROAD-Project#2567 from luarss/docs/flow-fixes

    [Docs] FlowTutorial fixes
    maliberty authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d1165a8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request The-OpenROAD-Project#2568 from Pinata-Consulting/g…

    …lobal-place-easier-to-read-code
    
    global place: easier to read .tcl code
    maliberty authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ccd5a71 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. open.tcl: improve progress output a bit

    Currently the GUI does not always open, this extra output
    gives a clue that the GUI should have opened and that
    the user can manually open the GUI.
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7422915 View commit details
    Browse the repository at this point in the history
  2. placement: PLACE_DENSITY_LB_ADDON code tweak

    consistent with other code and 'make PLACE_DENSITY_LB_ADDON=' now works.
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    aa3253a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b155bd View commit details
    Browse the repository at this point in the history
  4. variables: fix MAX_UNGROUP_SIZE

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f6adb30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request The-OpenROAD-Project#2571 from Pinata-Consulting/g…

    …ui-open-progress
    
    open.tcl: improve progress output a bit
    maliberty authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    26c7df4 View commit details
    Browse the repository at this point in the history
  6. variables: fix MAX_UNGROUP_SIZE

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7bfbdce View commit details
    Browse the repository at this point in the history
  7. Merge pull request The-OpenROAD-Project#2569 from Pinata-Consulting/v…

    …ariables-cleanup
    
    variables.yaml: move defaults from Makefile
    maliberty authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3049f70 View commit details
    Browse the repository at this point in the history
  8. Merge pull request The-OpenROAD-Project#2572 from Pinata-Consulting/p…

    …lace-density-consistency
    
    placement: PLACE_DENSITY_LB_ADDON code tweak
    maliberty authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    28d9f13 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. using OR jumper insertion branch

    Signed-off-by: luis201420 <[email protected]>
    luis201420 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9d545d8 View commit details
    Browse the repository at this point in the history
  2. The platforms should set their defaults before the generic defaults

    Fixes private PDK build break
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    909a7a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Merge pull request The-OpenROAD-Project#2578 from The-OpenROAD-Projec…

    …t-staging/reorder-defaults
    
    The platforms should set their defaults before the generic defaults
    maliberty authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    515a851 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. added RTLMP* variables and cleaned up per yamllint

    Signed-off-by: Jeff Ng <[email protected]>
    jeffng-or committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2de9186 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request The-OpenROAD-Project#2581 from jeffng-or/rtlmp-var…

    …-addition
    
    added RTLMP* variables and cleaned up per yamllint
    maliberty authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6cb2a21 View commit details
    Browse the repository at this point in the history
  2. mock-array: allow specifying DETAILED_ROUTE_END_ITERATION on command …

    …line
    
    simplifies testing
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3169e4a View commit details
    Browse the repository at this point in the history
  3. checkout OR to gpl-keep-rsz

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    00b12b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f7b14b View commit details
    Browse the repository at this point in the history
  5. updating OR jumper insertion branch

    Signed-off-by: luis201420 <[email protected]>
    luis201420 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    51e68c0 View commit details
    Browse the repository at this point in the history
  6. update metrics for public designs

    Signed-off-by: Eder Monteiro <[email protected]>
    eder-matheus committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    71a8558 View commit details
    Browse the repository at this point in the history
  7. update swerv_wrapper LB density from 0.10 to 0.25

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ec7293d View commit details
    Browse the repository at this point in the history
  8. Merge pull request The-OpenROAD-Project#2583 from Pinata-Consulting/m…

    …ock-array-detailed-route-testing
    
    mock-array: allow specifying DETAILED_ROUTE_END_ITERATION on command line
    maliberty authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0b5c61d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. update metrics private designs

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    ad8bda9 View commit details
    Browse the repository at this point in the history
  2. update metrics public designs

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    961510d View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2585 from eder-matheus/update…

    …_ci_metrics
    
    update metrics for public designs
    maliberty authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9a4de68 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. restore files with conflicts, rerun secure-CI

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f23b100 View commit details
    Browse the repository at this point in the history
  2. mock-array: fix make verilog

    upgrade to later version of scala that works
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    765b195 View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2586 from The-OpenROAD-Projec…

    …t-staging/secure-gpl-non-virtual-rsz
    
    Update metrics for integrating gpl and rsz repair_design
    maliberty authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    337cf2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request The-OpenROAD-Project#2588 from Pinata-Consulting/m…

    …ock-array-make-verilog-fix
    
    mock-array: fix make verilog
    maliberty authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1662713 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    9b299e9 View commit details
    Browse the repository at this point in the history
  2. update nangate45/ariane136 place density and metrics

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    38834d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2592 from gudeh/update-ariane…

    …-metrics
    
    update nangate45/ariane136 place density and metrics
    maliberty authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    84cc887 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    984e764 View commit details
    Browse the repository at this point in the history
  2. updating OR branch

    Signed-off-by: luis201420 <[email protected]>
    luis201420 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6a1ded9 View commit details
    Browse the repository at this point in the history
  3. Update metrics for gpl-orient-bug (The-OpenROAD-Project/OpenROAD#6249)

    nangate45/bp_fe_top
    
    | Metric                                        | Old      | New      | Type     |
    | ------                                        | ---      | ---      | ----     |
    | detailedroute__route__wirelength              |  2659108 |  3194655 | Failing  |
    | finish__timing__drv__hold_violation_count     |      368 |     2104 | Failing  |
    
    sky130hd/chameleon
    
    | Metric                                        | Old      | New      | Type     |
    | ------                                        | ---      | ---      | ----     |
    | placeopt__design__instance__area              |  6536749 |  6535013 | Tighten  |
    | detailedroute__route__wirelength              |   923401 |   843488 | Tighten  |
    | detailedroute__antenna_diodes_count           |       54 |       64 | Failing  |
    | finish__design__instance__area                |  6541223 |  6539601 | Tighten  |
    
    sky130hd/microwatt
    
    | Metric                                        | Old      | New      | Type     |
    | ------                                        | ---      | ---      | ----     |
    | globalroute__antenna_diodes_count             |     7316 |     8485 | Failing  |
    | detailedroute__antenna__violating__nets       |        1 |        3 | Failing  |
    | finish__timing__setup__ws                     |    -3.55 |    -4.77 | Failing  |
    
    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a1ba400 View commit details
    Browse the repository at this point in the history
  4. Merge pull request The-OpenROAD-Project#2595 from The-OpenROAD-Projec…

    …t-staging/metrics-gpl-orient-bug
    
    Update metrics for gpl-orient-bug (The-OpenROAD-Project/OpenROAD#6249)
    maliberty authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9c02f01 View commit details
    Browse the repository at this point in the history
  5. update OR submodule

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cca4a0f View commit details
    Browse the repository at this point in the history
  6. Merge pull request The-OpenROAD-Project#2596 from The-OpenROAD-Projec…

    …t-staging/update-or
    
    update OR submodule
    maliberty authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    fd2d97c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    3075d01 View commit details
    Browse the repository at this point in the history
  2. mock-array: RTLMP_FLOW=0 manual placement by algorithm

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fb31a4d View commit details
    Browse the repository at this point in the history
  3. Merge pull request The-OpenROAD-Project#2597 from Pinata-Consulting/m…

    …ock-array-manual-placement
    
    mock-array: RTLMP_FLOW=0 manual placement by algorithm
    maliberty authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    24d910a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. updating failing metrics for jumper insertion

    Signed-off-by: luis201420 <[email protected]>
    luis201420 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    90a359d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc539a2 View commit details
    Browse the repository at this point in the history
  3. udpating OR jumper insertion branch

    Signed-off-by: luis201420 <[email protected]>
    luis201420 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5ba9ba0 View commit details
    Browse the repository at this point in the history
  4. updating OR branch

    Signed-off-by: luis201420 <[email protected]>
    luis201420 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c31dc84 View commit details
    Browse the repository at this point in the history
  5. Merge pull request The-OpenROAD-Project#2598 from luis201420/secure-d…

    …rt-jumper-insertion
    
    Update metrics for jumper insertion
    eder-matheus authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3caec25 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. global_place is stage 3 not 5

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    68128c3 View commit details
    Browse the repository at this point in the history
  2. update OR

    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    ca162fe View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. revert swarv_wrapper back to 0.1 density. After bug fix density is pr…

    …opely updated automatically
    
    Signed-off-by: Augusto Berndt <[email protected]>
    gudeh committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    9b990f1 View commit details
    Browse the repository at this point in the history
  2. update metrics

    ./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]>
    gudeh committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    a325898 View commit details
    Browse the repository at this point in the history
  3. scripts: use log_cmd for consistency

    did a sweep to find the remaining locations that have
    not yet been migrated.
    
    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    1cfbe05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request The-OpenROAD-Project#2604 from The-OpenROAD-Projec…

    …t-staging/secure-gpl-fix-update-metrics
    
    gpl: update metrics, after bug fix
    maliberty authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    7e8900b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. update OR

    Signed-off-by: Matt Liberty <[email protected]>
    maliberty committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    fb08001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request The-OpenROAD-Project#2605 from Pinata-Consulting/s…

    …cripts-log-cmd-consistency
    
    scripts: use log_cmd for consistency
    maliberty authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    793fb64 View commit details
    Browse the repository at this point in the history
  3. Update the images saved by save_images.tcl

    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]>
    maliberty committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a499950 View commit details
    Browse the repository at this point in the history
  4. Merge pull request The-OpenROAD-Project#2606 from The-OpenROAD-Projec…

    …t-staging/update-OR
    
    update OR
    maliberty authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8196720 View commit details
    Browse the repository at this point in the history
  5. Merge pull request The-OpenROAD-Project#2609 from The-OpenROAD-Projec…

    …t-staging/update-images
    
    Update the images saved by save_images.tcl
    maliberty authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7d9057b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Merge pull request The-OpenROAD-Project#2601 from The-OpenROAD-Projec…

    …t-staging/fix-global-place-stage
    
    global_place is stage 3 not 5
    maliberty authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    1e774db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01939d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Merge pull request The-OpenROAD-Project#2612 from The-OpenROAD-Projec…

    …t-staging/bp-footprint
    
    Convert gf12/bp_single to use the new pad generation (drop icewall)
    maliberty authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    c7cad99 View commit details
    Browse the repository at this point in the history
  2. scripts: tweak log_cmd to quote args with spaces

    Signed-off-by: Øyvind Harboe <[email protected]>
    oharboe committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    47c0b12 View commit details
    Browse the repository at this point in the history
  3. [BOT] Update yosys submodule

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    oharboe authored and github-actions[bot] committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    5ac5c42 View commit details
    Browse the repository at this point in the history