google / globalfoundries-pdk-libs-gf180mcu_fd_io

IO and periphery cells for the GF180MCU provided by GlobalFoundries.
https://gf180mcu-pdk.rtfd.io
Apache License 2.0
14 stars 6 forks source link

gf180mcu I/O Library missing Site definition and incorrect pad class in lef file #12

Open dhaentz1 opened 1 year ago

dhaentz1 commented 1 year ago

Expected Behavior

Add the correct site definition "GF_IO_Site" and "GF_COR_Site" to the current *.lef file of the gf180mcu I/O library. The Site must be defined before it can be referenced within the pad cells.

The padd class need also be modified to AREAIO for each pad cell.

Actual Behavior

The current *.lef file of the I/O library does not contain the Site definition "GF_IO_SITE" and "GF_COR_Site"and therefor automatic IO cell placement does not work correctly.

Steps to Reproduce the Problem

See the attached patch file to see all required modifications

/cc @proppy /cc @chaufe gf180mcu_fd_io.lef.patch