mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-22 06:07:31 +02:00
Fix nand input ordering to correct netgen LVS error of wordline driver.
This commit is contained in:
@@ -129,8 +129,8 @@ class wordline_driver(design.design):
|
|||||||
mod=self.nand2,
|
mod=self.nand2,
|
||||||
offset=nand2_offset,
|
offset=nand2_offset,
|
||||||
mirror=inst_mirror)
|
mirror=inst_mirror)
|
||||||
self.connect_inst(["in[{0}]".format(row),
|
self.connect_inst(["en_bar[{0}]".format(row),
|
||||||
"en_bar[{0}]".format(row),
|
"in[{0}]".format(row),
|
||||||
"net[{0}]".format(row),
|
"net[{0}]".format(row),
|
||||||
"vdd", "gnd"])
|
"vdd", "gnd"])
|
||||||
# add inv2
|
# add inv2
|
||||||
|
|||||||
Reference in New Issue
Block a user