#90 cell_footprint value in liberty files doesn't ...
# general
g
#90 cell_footprint value in liberty files doesn't match name in verilog or GDS. Issue opened by mithro The
cell_footprint
name in the liberty files is just the cell name and not the full
<library>__<cellname>
used in the Verilog and GDS files. See https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_fd_sc_hd/+/refs/heads/master/cells/a2111o/sky130_fd_sc_hd__a2111o_1__ff_100C_1v65.lib.json#3 Compared to https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_fd_sc_hd/+/refs/heads/master/cells/a2111o/sky130_fd_sc_hd__a2111o.functional.v#35 google/skywater-pdk