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

vendor.openlane: OpenLANE ASIC Platform #644

Closed
wants to merge 36 commits into from
Closed

vendor.openlane: OpenLANE ASIC Platform #644

wants to merge 36 commits into from

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    37a0ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a93bf54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44aea95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99188ff View commit details
    Browse the repository at this point in the history
  5. vendor.openlane: Added the debug verilog output and fixed a quoting i…

    …ssue with the clock constraints file
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2ee5e8f View commit details
    Browse the repository at this point in the history
  6. vendor.openlane: Fixed the create_missing_domain so it was nested p…

    …roperly and should now "mostly" work for creating the sync domain
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d277bae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93ae6b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b03744 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e99c203 View commit details
    Browse the repository at this point in the history
  10. vendor.openlane: Fixed the hardcoded versions for the openlane contai…

    …ner as well as the pdk path assumption
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1a7d90a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69124f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee3c473 View commit details
    Browse the repository at this point in the history
  13. vendor.openlane: got rid of the need for the patched in `rtlil.conver…

    …t2` function by just extracting the logic we need from the function itself
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dfab31a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6a2cc52 View commit details
    Browse the repository at this point in the history
  15. vendor.openlane: removed the toolchain env var sourcing and added a n…

    …ote that this platform is explicitly for sky130 at the moment
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4102e6d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd69989 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d918a1d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47bea68 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b806cf9 View commit details
    Browse the repository at this point in the history
  20. examples.vendor: updated the openlane platform example to use the new…

    … specialized platform and flow settings property
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    218db7e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ae9692b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b2a8f25 View commit details
    Browse the repository at this point in the history
  23. vendor.openlane: added a default default_clk_frequency in lieu of the…

    … remaining work needed to get full clock constraints and resources working
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    86b1e30 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7e1baab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a457755 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e620bdb View commit details
    Browse the repository at this point in the history
  27. vendor.openlane: Implemented proper default clock handling so the flo…

    …w sees the net properly
    dragonmux authored and lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8eafacd View commit details
    Browse the repository at this point in the history
  28. vendor.openlane: Cleaned up in create_missing_domain() as the default…

    … clock resource now works
    dragonmux authored and lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a5761bd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eaf46e5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1238b78 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bcdda8d View commit details
    Browse the repository at this point in the history
  32. vendor.openlane: fixed up the PDK and OpenLane paths to use the prope…

    …r `AMARANTH_ENV_*` env variables now
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    833ea2a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    18d87b9 View commit details
    Browse the repository at this point in the history
  34. vendor.openlane: moved the os.getuid/os.getgid calls for the cont…

    …ainerized run to the template
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    121cf47 View commit details
    Browse the repository at this point in the history
  35. vendor.openlane: due to platform.build_dir no longer existing i nee…

    …d to override build and pull it out myself, id don't like it any more than you do
    lethalbit committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c203128 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    be83598 View commit details
    Browse the repository at this point in the history