Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: The-OpenROAD-Project/OpenDP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a431bb942aa9ed83298f87ccf4b5e31ed49a5b0b
Choose a base ref
...
head repository: The-OpenROAD-Project/OpenDP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e5f3b7de8a9fdf967389e52e5714be833b1f495
Choose a head ref
  • 16 commits
  • 97 files changed
  • 1 contributor

Commits on Nov 23, 2019

  1. Update testcases for OpenDP

    7 small testcases; (single-cell / ten-cells)
    3 lower utilization testcases;
    mgwoo committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    4ba7ea5 View commit details
    Browse the repository at this point in the history
  2. Update Jenkins test script

    mgwoo committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    327be0e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Fence Region Bug Fixes / Update Fence-Region testcases

    Fixed three bugs;
    1) If REGION is out of COREAREA, OpenDP generated seg-fault --> solved
    2) There was confusing "ceil/floor" mismatches for handling regions.
    3) If input has fence region with GROUP definition, grid object always
    removed FIXED instances. --> solved.
    
    Fixed bug in testcase def;
    1) DIEAREA / COREAREA is not matched each other. Change DIEAREA
    
    Enable the Fence Region testcase supports.
    Enable regression scripts for these updates
    mgwoo committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    3f33ead View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Update multi-height testcases with bug fix

    1) Solve OpenDP bugs for multi-height testcases; minVddCoordiY was not
    initialized properly.
    2) Update four multi-height testcases. (two-height-cases).
    3) Update regression python scripts with multi-height cells.
    4) Generated detailed error for weird input benchmarks; multi-height
    cells should have SPECIALNETS definition (vdd/vss net) for legalizer
    mgwoo committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    887af8c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge branch 'develop' into openroad

    * develop:
      Update multi-height testcases with bug fix
      Fence Region Bug Fixes / Update Fence-Region testcases
      Update Jenkins test script
      Update testcases for OpenDP
    mgwoo committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    a3c7b97 View commit details
    Browse the repository at this point in the history
  2. New testcases for OpenROAD (or-*)

    mgwoo committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    4a76e61 View commit details
    Browse the repository at this point in the history
  3. Upload convert script

    mgwoo committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    8200437 View commit details
    Browse the repository at this point in the history
  4. openroad testcases are added/modified.

    But, one testcase not worked. There exists bug.
    mgwoo committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    99818b4 View commit details
    Browse the repository at this point in the history
  5. Fix errors on converting scripts (orig -> openroad)

    1) remove export_def commands
    2) opendp_external -> get_opendp
    mgwoo committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    fae445e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Fix Bugs on OpenDP -> OpenDB (setOrigin -> setLocation)

    Fix issues from Austin.
    mgwoo committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    f19f323 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Update regression on 7 simple testcases

    mgwoo committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    dc76ea4 View commit details
    Browse the repository at this point in the history
  2. remove python

    mgwoo committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    ce2cde3 View commit details
    Browse the repository at this point in the history
  3. Update DEF comparison

    mgwoo committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    f9fc4b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'openroad-patch' into openroad

    * openroad-patch:
      Fix Bugs on OpenDP -> OpenDB (setOrigin -> setLocation)
    mgwoo committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    6d28b57 View commit details
    Browse the repository at this point in the history
  5. Update correct ok file after bug fix

    Change *.ok (setOrigin -> setLocation)
    mgwoo committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d68efc1 View commit details
    Browse the repository at this point in the history
  6. remove fence testcases at this moment

    mgwoo committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    3e5f3b7 View commit details
    Browse the repository at this point in the history
Loading