from qpdk import cells, PDK

PDK.activate()
c = cells.nxn(xsize=10, ysize=10, wg_width=10, layer='M1_DRAW', wg_margin=0, north=1, east=1, south=1, west=1).copy()
c.draw_ports()
c.plot()