Change pbuf/pinv to pdriver in control logic.

This commit is contained in:
Matt Guthaus
2019-01-23 12:03:52 -08:00
parent 23718b952f
commit b58fd03083
17 changed files with 157 additions and 110 deletions
+4
View File
@@ -130,3 +130,7 @@ class write_driver_array(design.design):
def get_w_en_cin(self):
"""Get the relative capacitance of all the enable connections in the bank"""
#The enable is connected to a nand2 for every row.
return self.driver.get_w_en_cin() * len(self.driver_insts)