mpw_precheck icon indicating copy to clipboard operation
mpw_precheck copied to clipboard

Results 58 mpw_precheck issues
Sort by recently updated
recently updated
newest added

klayout_gds_drc_check.py always uses GF rules because of this line: https://github.com/efabless/mpw_precheck/blob/4fd5283b124e931c9e71219f47270075176f84e2/checks/drc_checks/klayout/klayout_gds_drc_check.py#L68

> 2024-04-20 21:42:35 - [WARNING] - PORTS CHECK FAILED: openframe_project_wrapper ports do not match the golden wrapper ports. Mismatching ports are : ['vccd2', 'vssd2'] Is that the expected behavior?

bug
precheck

The precheck consistency check checks the top level instances in `netgen/user_analog_project_wrapper.spice` against the top level cells in `gds/user_analog_project_wrapper.gds`. Comments in the top level of the `user_analog_project_wrapper.spice` cause the following error....

bug

Please add it somewhere within this repo. Acronyms without definitions are the worst.

Calibre flags drc error for paths that double back on themselves. ![Image](https://github.com/efabless/mpw_precheck/assets/42048757/89099702-22f0-4980-8eac-1450a40af438)

Add check to precheck that would compare its version to a version tag posted in a known file location on the precheck git repo. If the current version is behind,...

Defaults for each gpio should be consistent with the analog, in, out, and oeb connections. Add a check for inconsistencies based on https://docs.google.com/document/d/1bjmTO3ltCY-aRiNPkIlxbMTUPZ0887cxb2FdVshmwSM/edit

enhancement