mirror of https://github.com/VLSIDA/OpenRAM.git
Debugging klayout for SCMOS and FreePDK45.
This commit is contained in:
parent
0c3ee643ab
commit
779d6ad2b2
|
|
@ -206,13 +206,13 @@ connect(metal10, metal10_pin)
|
|||
schematic.simplify
|
||||
|
||||
if $connect_supplies
|
||||
connect_implicit("*", "vdd")
|
||||
connect_implicit("*", "gnd")
|
||||
connect_implicit("vdd")
|
||||
connect_implicit("gnd")
|
||||
end
|
||||
|
||||
connect_global(pwell, "PWELL")
|
||||
connect_global(nwell, "NWELL")
|
||||
connect_global(bulk, "BULK")
|
||||
#connect_global(pwell, "PWELL")
|
||||
#connect_global(nwell, "NWELL")
|
||||
#connect_global(bulk, "BULK")
|
||||
|
||||
for pat in %w(pinv* pnor* pnand* and?_dec* write_driver* port_address* replica_bitcell_array*)
|
||||
connect_explicit(pat, [ "NWELL", "vdd" ])
|
||||
|
|
|
|||
|
|
@ -428,5 +428,8 @@ spice["sa_transconductance"] = (spice["mobility_n"])*spice["cox"]*(parameter["sa
|
|||
drc_name = "magic"
|
||||
lvs_name = "netgen"
|
||||
pex_name = "magic"
|
||||
drc_name = "klayout"
|
||||
lvs_name = "klayout"
|
||||
pex_name = "klayout"
|
||||
|
||||
blackbox_bitcell = False
|
||||
|
|
|
|||
Loading…
Reference in New Issue