Characterizer use_model set to false

This commit is contained in:
Bugra Onal 2022-08-18 12:54:09 -07:00
parent f602c6b263
commit 9fba946f18
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ OPTS.check_lvsdrc = False
start_time = datetime.datetime.now()
from characterizer import lib
debug.print_raw("LIB: Characterizing... ")
lib(out_dir=OPTS.output_path, sram=s, sp_file=OPTS.output_path + OPTS.output_name + ".sp")
lib(out_dir=OPTS.output_path, sram=s, sp_file=OPTS.output_path + OPTS.output_name + ".sp", use_model=False)
print_time("Characterization", datetime.datetime.now(), start_time)
# Output info about this run