Changed linear regression model to reference data in tech dir vs local ref.

This commit is contained in:
Hunter Nichols
2020-12-02 15:20:50 -08:00
parent d111041385
commit dcd20a250a
4 changed files with 94 additions and 47 deletions
+2
View File
@@ -12,11 +12,13 @@ from globals import OPTS,find_exe,get_tool
from .lib import *
from .delay import *
from .elmore import *
from .linear_regression import *
from .setup_hold import *
from .functional import *
from .simulation import *
from .measurements import *
from .model_check import *
from .analytical_util import *
debug.info(1,"Initializing characterizer...")
OPTS.spice_exe = ""