Layout script for NAND gate: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 November 2022

  • curprev 21:5021:50, 16 November 2022Ryan Antonio talk contribs 6,197 bytes +6,197 Created page with "def draw_layout(self): #============================================== # Extracting parameters from the __init__.py #============================================== lch = self.params['lch'] tran_intent = self.params['tran_intent'] nmos_nf = self.params['nmos_nf'] pmos_nf = self.params['pmos_nf'] guard_ring_nf = self.params['guard_ring_nf'] pin_loc = self.params['pin_loc'] nmos_w = self.params['nmos_w'] pmos_w..."