The-OpenROAD-Project-Attic / ioPlacer

IO and Pin Placer for Floorplan-Placement Subflow
BSD 3-Clause "New" or "Revised" License
23 stars 11 forks source link

Fixes for wider pins #17

Closed ax3ghazy closed 4 years ago

ax3ghazy commented 4 years ago

See https://github.com/The-OpenROAD-Project/OpenROAD/pull/276 for details.

Jenkins is complaining again, but the tests are passing on my end:

❯ sh regression    

***********************
* ioPlacer unit tests *
***********************

 > ioPlacer binary: /home/ax3g/usr/devel/OpenROAD/src/ioPlacer/test/../../../build/src/openroad
 > Now running test test_def...
     - Test returned GREEN (passed)
 > Now running test test_no_pins...
     - Test returned GREEN (passed)
 > Now running test test_no_tracks...
     - Test returned GREEN (passed)
 > Now running test test_rand...
     - Test returned GREEN (passed)

ioPlacer tests finished!
eder-matheus commented 4 years ago

Thanks, @ax3ghazy!