idea-fasoc / OpenFASOC

Fully Open Source FASOC generators built on top of open-source EDA tools
https://openfasoc.readthedocs.io
Apache License 2.0
216 stars 90 forks source link

Add Glayout checks in CI #300

Closed chetanyagoyal closed 1 month ago

chetanyagoyal commented 2 months ago

This PR aims to enable CI checking for glayout. The vision is to enable DRC and LVS checks for the primitives and the components marked with the @cell decorator in glayout/components. This envolves the following changes:

chetanyagoyal commented 2 months ago

@alibillalhammoud @andylithia can you help out with a review?

chetanyagoyal commented 2 months ago

@msaligane all checks have been added, but this shouldn't be merged until gf180 is added to docker image (required for gf180 drc run)

chetanyagoyal commented 1 month ago

this should not be merged yet, many changes need to be made

chetanyagoyal commented 1 month ago

closing this PR, need to adapt to glayout changes