From 6080b59058773c5cba10a80169f53e22629adccf Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 29 Jan 2018 15:36:37 -0800 Subject: [PATCH] Fix nand input ordering to correct netgen LVS error of wordline driver. --- compiler/wordline_driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/wordline_driver.py b/compiler/wordline_driver.py index 95896177..aaab96eb 100644 --- a/compiler/wordline_driver.py +++ b/compiler/wordline_driver.py @@ -129,8 +129,8 @@ class wordline_driver(design.design): mod=self.nand2, offset=nand2_offset, mirror=inst_mirror) - self.connect_inst(["in[{0}]".format(row), - "en_bar[{0}]".format(row), + self.connect_inst(["en_bar[{0}]".format(row), + "in[{0}]".format(row), "net[{0}]".format(row), "vdd", "gnd"]) # add inv2