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
View File
@@ -20,6 +20,8 @@ class dff_inv(design.design):
dff_inv.unique_id += 1
design.design.__init__(self, name)
debug.info(1, "Creating {}".format(self.name))
self.add_comment("inv: {0}".format(inv_size))
self.inv_size = inv_size
# This is specifically for SCMOS where the DFF vdd/gnd rails are more than min width.