Change default operating conditions to OC

This commit is contained in:
Matt Guthaus
2018-02-23 13:38:55 -08:00
parent 29aa6002e6
commit d88ff01792
+1 -1
View File
@@ -110,7 +110,7 @@ class lib:
self.write_defaults()
self.write_LUT_templates()
self.lib.write(" default_operating_conditions : TT; \n")
self.lib.write(" default_operating_conditions : OC; \n")
self.write_bus()