Added some comments to the spice files.

This commit is contained in:
Matt Guthaus
2019-01-25 15:00:00 -08:00
parent 1afd4341bd
commit 0c3baa5172
14 changed files with 33 additions and 9 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ class precharge_array(design.design):
def __init__(self, name, columns, size=1, bitcell_bl="bl", bitcell_br="br"):
design.design.__init__(self, name)
debug.info(1, "Creating {0}".format(self.name))
self.add_comment("cols: {0} size: {1} bl: {2} br: {3}".format(columns, size, bitcell_bl, bitcell_br))
self.columns = columns
self.size = size
self.bitcell_bl = bitcell_bl