mirror of https://github.com/VLSIDA/OpenRAM.git
Disabled debug measures that are WIP.
This commit is contained in:
parent
ac425643a0
commit
df4c2bad1f
|
|
@ -128,7 +128,7 @@ class delay(simulation):
|
||||||
read_measures.append(self.create_bitline_measurement_objects())
|
read_measures.append(self.create_bitline_measurement_objects())
|
||||||
read_measures.append(self.create_debug_measurement_objects())
|
read_measures.append(self.create_debug_measurement_objects())
|
||||||
read_measures.append(self.create_read_bit_measures())
|
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
|
return read_measures
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,9 @@ class options(optparse.Values):
|
||||||
pex_exe = None
|
pex_exe = None
|
||||||
# For sky130, we need magic for filtering.
|
# For sky130, we need magic for filtering.
|
||||||
magic_exe = None
|
magic_exe = None
|
||||||
|
|
||||||
|
# Number of threads to use
|
||||||
|
num_threads = 2
|
||||||
|
|
||||||
# Should we print out the banner at startup
|
# Should we print out the banner at startup
|
||||||
print_banner = True
|
print_banner = True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue