Added option to specify exact corners for characterization in config file

This commit is contained in:
Hunter Nichols
2021-01-22 00:50:28 -08:00
parent 70fe90f0af
commit e26e17c53f
2 changed files with 34 additions and 30 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ class options(optparse.Values):
debug = False
# Only use corners in config file. Disables generated corners
only_use_config_corners = False
# A list of PVT tuples and be given and only these will be characterized
use_specified_corners = None
###################
# Run-time vs accuracy options.