Disabled debug measures that are WIP.

This commit is contained in:
Hunter Nichols 2020-11-17 13:30:18 -08:00
parent ac425643a0
commit df4c2bad1f
2 changed files with 4 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class delay(simulation):
read_measures.append(self.create_bitline_measurement_objects())
read_measures.append(self.create_debug_measurement_objects())
read_measures.append(self.create_read_bit_measures())
read_measures.append(self.create_sen_and_bitline_path_measures())
#read_measures.append(self.create_sen_and_bitline_path_measures())
return read_measures

View File

@ -123,6 +123,9 @@ class options(optparse.Values):
pex_exe = None
# For sky130, we need magic for filtering.
magic_exe = None
# Number of threads to use
num_threads = 2
# Should we print out the banner at startup
print_banner = True