#104 Missing "END LIBRARY" Statement in Cell LEF f...
# general
g
#104 Missing "END LIBRARY" Statement in Cell LEF files. Issue opened by acasper45 The current LEF files generated for the Skywater PDK cells lack an "END LIBRARY" statement at the end of the file. Without this statement the OpenRoad LEF parser complains with an error message
Error: ERROR (LEFPARS-1002): Incomplete lef file.
Adding "END LIBRARY" to the last line of the LEF file eliminates this error and the cells are imported without issue. Unless the "END LIBRARY" was purposefully removed seems like it would be useful to add, even if we do ultimately end up merging all the LEFs into a single file (e.g. issue 52.) google/skywater-pdk