si_fab.all.Contact

class si_fab.all.Contact

Octagonal contact hole to connect metal layer M1 with the (doped) silicon.

This is a fixed layout cell, its dimensions can’t be changed, and it’s for layout purposes only.

Parameters:
name: String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters

The unique name of the pcell

from si_fab import technology
from si_fab.all import Contact

lo = Contact().Layout()
lo.visualize(annotate=True)
../../../../../../_images/si_fab-all-Contact-1.png