Changed the sky130 Makefile io-a recipe to use the LEF sources from the *.lef files instead of *.magic.lef. Otherwise two cells used from the original sky130_fd_io library, the top_xres4v2 and the top_gpio_ovtv2 cells, have incorrect abstract views that are missing pins on one side (an artifact of an old version of magic used to create the abstract views in the library).
diff --git a/VERSION b/VERSION index d1b8507..309a6e2 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.185 +1.0.186
diff --git a/sky130/Makefile.in b/sky130/Makefile.in index 6fcc1a4..0cfb0ff 100644 --- a/sky130/Makefile.in +++ b/sky130/Makefile.in
@@ -907,7 +907,7 @@ ${STAGE} -source ${SKYWATER_LIBS_PATH} -target ${STAGING_PATH}/${SKY130A} \ -cdl %l/latest/cells/*/*.cdl ignore=topography compile-only \ sort=custom/scripts/sort_pdkfiles.py \ - -lef %l/latest/cells/*/*.magic.lef compile-only \ + -lef %l/latest/cells/*/*.lef compile-only \ sort=custom/scripts/sort_pdkfiles.py \ -doc %l/latest/cells/*/*.pdf \ -lib %l/latest/timing/*.lib \