Merge branch 'dev' into delay_ctrl

This commit is contained in:
Sam Crow
2023-07-10 14:31:26 -07:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ class spice():
self.trim_insts = set()
# Keep track of any comments to add the the spice
try:
self.commments
self.comments
except AttributeError:
self.comments = []
@@ -82,7 +82,7 @@ class spice():
""" Add a comment to the spice file """
try:
self.commments
self.comments
except AttributeError:
self.comments = []