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
|
schematic.simplify
|
||||||
|
|
||||||
if $connect_supplies
|
if $connect_supplies
|
||||||
connect_implicit("*", "vdd")
|
connect_implicit("vdd")
|
||||||
connect_implicit("*", "gnd")
|
connect_implicit("gnd")
|
||||||
end
|
end
|
||||||
|
|
||||||
connect_global(pwell, "PWELL")
|
#connect_global(pwell, "PWELL")
|
||||||
connect_global(nwell, "NWELL")
|
#connect_global(nwell, "NWELL")
|
||||||
connect_global(bulk, "BULK")
|
#connect_global(bulk, "BULK")
|
||||||
|
|
||||||
for pat in %w(pinv* pnor* pnand* and?_dec* write_driver* port_address* replica_bitcell_array*)
|
for pat in %w(pinv* pnor* pnand* and?_dec* write_driver* port_address* replica_bitcell_array*)
|
||||||
connect_explicit(pat, [ "NWELL", "vdd" ])
|
connect_explicit(pat, [ "NWELL", "vdd" ])
|
||||||
|
|
|
||||||
|
|
@ -428,5 +428,8 @@ spice["sa_transconductance"] = (spice["mobility_n"])*spice["cox"]*(parameter["sa
|
||||||
drc_name = "magic"
|
drc_name = "magic"
|
||||||
lvs_name = "netgen"
|
lvs_name = "netgen"
|
||||||
pex_name = "magic"
|
pex_name = "magic"
|
||||||
|
drc_name = "klayout"
|
||||||
|
lvs_name = "klayout"
|
||||||
|
pex_name = "klayout"
|
||||||
|
|
||||||
blackbox_bitcell = False
|
blackbox_bitcell = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue