Move write mask pin to left of cell to avoid sense amp

This commit is contained in:
mrg 2020-06-27 08:21:53 -07:00
parent 2bd498c39c
commit 609aa98c8b
1 changed files with 0 additions and 1 deletions

View File

@ -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: