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

Tweak Classic Flow's Antenna Insertion Regime #255

Merged
merged 24 commits into from
Nov 15, 2023
Merged

Tweak Classic Flow's Antenna Insertion Regime #255

merged 24 commits into from
Nov 15, 2023

Commits on Nov 6, 2023

  1. Tweak Classic Flow's Antenna Insertion Regime

    * `Classic` flow
      * `Odb.HeuristicDiodeInsertion` now runs after `OpenROAD.RepairDesignPostGRT` (as the latter may create some long wires)
        * `OpenROAD.CheckAntennas` added after `OpenROAD.DetailedRoute`
    * Part of `OpenROAD.GlobalRouting` spun off as `OpenROAD.RepairAntennas`
      * Removed `GRT_REPAIR_ANTENNAS`
      * Added `OpenROAD.RepairAntennas` to `Classic` flow after `OpenROAD.ResizerTimingPostGRT`; gated by `RUN_ANTENNA_REPAIR` (with a deprecated name of `GRT_REPAIR_ANTENNAS` for backwards compat)
    * Internally updated implementation of `VHDLClassic` flow to dynamically create `.Steps` from `Classic`
    donn committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5473d01 View commit details
    Browse the repository at this point in the history
  2. Fix Python 3.8, 3.9

    donn committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6dbbed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Bugfixes

    donn committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8afbdaf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. OpenROAD update + bugfixes

    donn committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a19193c View commit details
    Browse the repository at this point in the history
  2. Fix Lint

    donn committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    21ec4b5 View commit details
    Browse the repository at this point in the history
  3. Fix Exception sed

    donn committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d00c557 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    9ef7387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb0421 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    9bb77f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e6e77 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    donn committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d78ec6b View commit details
    Browse the repository at this point in the history
  4. Fix lint

    donn committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0b76898 View commit details
    Browse the repository at this point in the history
  5. Update OpenROAD again

    donn committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d7e16dc View commit details
    Browse the repository at this point in the history
  6. Fix DiodesOnPorts

    donn committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d07181c View commit details
    Browse the repository at this point in the history
  7. Fix guide updating

    donn committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    964237c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    0e5b6fe View commit details
    Browse the repository at this point in the history
  2. Fix lint

    donn committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0f2dce3 View commit details
    Browse the repository at this point in the history
  3. Fix Lint 2: Fix Lint Harder

    donn committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c862844 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    35d3838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9a0e5 View commit details
    Browse the repository at this point in the history
  3. Reflect PR comments

    donn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    00e74b4 View commit details
    Browse the repository at this point in the history
  4. Remove log handler

    donn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    16371ac View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix weird access

    donn committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    86d6db4 View commit details
    Browse the repository at this point in the history
  2. Fix Docs

    donn committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3225a7f View commit details
    Browse the repository at this point in the history