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

Sky130 - Convert to Pydantic, support sky130_scl #848

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    52ee341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4206c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e59a9b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87de6ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4916a3 View commit details
    Browse the repository at this point in the history
  6. typo, type checker

    harrisonliew committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    73223f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d58c30e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e4ca48 View commit details
    Browse the repository at this point in the history
  9. give offset default value

    elamdf committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    43e2506 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4f020d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56ad76d View commit details
    Browse the repository at this point in the history
  12. update variable refs

    elamdf committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eb0bbc6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be66509 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    67b1786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a61cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5571f59 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    2c18e6b View commit details
    Browse the repository at this point in the history
  2. readd 130a io libs

    elamdf committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    00a9bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f3aa0f View commit details
    Browse the repository at this point in the history
  4. set_setting for hammertech

    elamdf committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8264cfa View commit details
    Browse the repository at this point in the history
  5. perliminary (non-fully-functional) support for sky130_cdl.

    synthesis runs until genus breaks on trying to do clock gating with no
    latches- asking cadence folks on how to fix.
    elamdf committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cd53650 View commit details
    Browse the repository at this point in the history
  6. take out unused hacks

    elamdf committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b6094f3 View commit details
    Browse the repository at this point in the history
  7. take out pad io lef hack

    elamdf committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    88ef8f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. undo autoformatting

    elamdf committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ff937d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. synthesis runs for commercial tutorial flow.

    par fails (either in place_tap_cells or in power_straps if you force it
    past place_tap_cells with a removal hook due to no tapcells)
    elamdf committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1ba69b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. hack around various issues related to the cadence pdk (no

    pwell/nwell/li1, clk gating cell disabled?)
    elamdf committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    adcdfae View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on Jul 8, 2024

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

Commits on Aug 27, 2024

  1. formatting + [TODO test lvs on more designs] add hardcoded power stra…

    …ps hook since we don't have
    
    tapcells to reference for rails. This is lvs clean for the
    sky130-commercial-tutorial (but there are no srams? unsure why)
    elamdf committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7e5adfe View commit details
    Browse the repository at this point in the history
  2. seperate drc decks to be library specific, set PEGASUS_DRC to make

    pegasus work. drc has like 15 random enclousure violations.. not sure
    why, they don't seem to be systemic?
    elamdf committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f1c67c3 View commit details
    Browse the repository at this point in the history