Adjusted paths in makefile for generating data used in regression models

This commit is contained in:
Hunter Nichols
2021-05-20 13:05:16 -07:00
parent 269b698b0a
commit 41c8eeb23c
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -1153,7 +1153,7 @@ class delay(simulation):
# 4) At the minimum period, measure the delay, slew and power for all slew/load pairs.
self.period = min_period
char_port_data = self.simulate_loads_and_slews(load_slews, leakage_offset)
if len(load_slews) > 1:
if OPTS.use_specified_load_slew != None and len(load_slews) > 1:
debug.warning("Path delay lists not correctly generated for characterizations of more than 1 load,slew")
# Get and save the path delays
bl_names, bl_delays, sen_names, sen_delays = self.get_delay_lists(self.path_delays)