Fix nand input ordering to correct netgen LVS error of wordline driver.

This commit is contained in:
Matt Guthaus
2018-01-29 15:36:37 -08:00
parent a56fa0e787
commit 6080b59058
+2 -2
View File
@@ -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