aquiles viza
02/27/2024, 5:25 AMklayout_gds_drc_check.py holds a reference to the gf180mcu precheck drc in line 68:
klayout_sky130A_mr_drc_script_path = Path(__file__).parent.parent.parent / "tech-files/gf180mcuD_mr.drc"
Maybe I should change that to sky130A_mr.drc? That's the same to run the precheck drc directly?aquiles viza
02/27/2024, 5:48 AMlvs_run.py also has an error because it relies on sky130.lvs being on $PDK_ROOT/$PDK, not in libs.tech/lvs. For now the solution is use sky130.lvs .Mitch Bailey
02/27/2024, 6:10 AMaquiles viza
02/27/2024, 6:15 AMaquiles viza
02/27/2024, 6:16 AMsky130A_mr.drc and $(KLAYOUT_HOME)/lvs/sky130.lvsMitch Bailey
02/27/2024, 6:27 AM