from qpdk import cells, PDK

PDK.activate()
c = cells.chip_edge(size=(10000, 10000), width=200, layer='M1_ETCH').copy()
c.draw_ports()
c.plot()