From 609aa98c8be449ba86308eca1536c4c0d5178f91 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 27 Jun 2020 08:21:53 -0700 Subject: [PATCH] Move write mask pin to left of cell to avoid sense amp --- compiler/modules/write_driver_array.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/modules/write_driver_array.py b/compiler/modules/write_driver_array.py index 22a75218..a6eb1384 100644 --- a/compiler/modules/write_driver_array.py +++ b/compiler/modules/write_driver_array.py @@ -154,7 +154,6 @@ class write_driver_array(design.design): self.get_br_name() + "_{0}".format(index), self.en_name + "_{0}".format(i + offset), "vdd", "gnd"]) - def place_write_array(self): from tech import cell_properties if self.bitcell.width > self.driver.width: