Skip to content

Commit

Permalink
SalBlock added to the PCell tech JSON file. 'rhigh' and 'rppd' instan…
Browse files Browse the repository at this point in the history
…tiated in the PCell init.py file.

Signed-off-by: Daniel Arevalos <[email protected]>
  • Loading branch information
lild4d4 committed Apr 24, 2024
1 parent 577ee1b commit 61d62f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
from .ihp import pmos_code
from .ihp import cmim_code
from .ihp import rsil_code
from .ihp import rhigh_code
from .ihp import rppd_code
from .ihp import sealring_code
from .ihp import npn13G2_base_code
#from .ihp import npn13G2_code
Expand All @@ -47,6 +49,8 @@ def __init__(self):
self.layout().register_pcell("pmos", PCellWrapper(pmos_code.pmos(), tech))
self.layout().register_pcell("cmim", PCellWrapper(cmim_code.cmim(), tech))
self.layout().register_pcell("rsil", PCellWrapper(rsil_code.rsil(), tech))
self.layout().register_pcell("rhigh", PCellWrapper(rhigh_code.rhigh(), tech))
self.layout().register_pcell("rppd", PCellWrapper(rppd_code.rppd(), tech))
self.layout().register_pcell("sealring", PCellWrapper(sealring_code.sealring(), tech))
self.layout().register_pcell("npn13G2_base", PCellWrapper(npn13G2_base_code.npn13G2_base(), tech))
#self.layout().register_pcell("npn13G2", PCellWrapper(npn13G2_code.npn13G2(), tech))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,8 @@

"TRANS": "26, 0",
"TRANS.drawing": "26, 0",

"SalBlock": "28, 0",

"Via2": "29, 0",
"Via2.drawing": "29, 0",
Expand Down

0 comments on commit 61d62f0

Please sign in to comment.