mirror of https://github.com/VLSIDA/OpenRAM.git
Change cell names in lvs file
This commit is contained in:
parent
5d33db0ee4
commit
6ee4697711
|
|
@ -118,7 +118,7 @@ ngate = nactive & poly
|
||||||
nsd = nactive - ngate
|
nsd = nactive - ngate
|
||||||
|
|
||||||
|
|
||||||
cheat("cell_6t", "dummy_cell_6t", "cell_1rw", "dummy_cell_1rw", "cell_2rw", "dummy_cell_2rw", "dff","wordline_driver_0") {
|
cheat("cell_1rw", "dummy_cell_1rw", "cell_2rw", "dummy_cell_2rw", "pbitcell", "dummy_pbitcell", "dff") {
|
||||||
|
|
||||||
# PMOS transistor device extraction
|
# PMOS transistor device extraction
|
||||||
extract_devices(mos4("p"), { "SD" => psd, "G" => pgate, "tS" => psd, "tD" => psd, "tG" => poly, "W" => nwell })
|
extract_devices(mos4("p"), { "SD" => psd, "G" => pgate, "tS" => psd, "tD" => psd, "tG" => poly, "W" => nwell })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue