si_fab.all.VIA_M1_M2

class si_fab.all.VIA_M1_M2

Square via from metal layer M1 to metal layer M2.

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 VIA_M1_M2

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