Enable parallel regression testing.

This commit is contained in:
mrg
2021-02-03 14:19:11 -08:00
parent df8d59f32e
commit 19e99d1c7b
5 changed files with 81 additions and 11 deletions
+2 -1
View File
@@ -315,7 +315,8 @@ def header(filename, technology):
print("|=========" + technology.center(60) + "=========|")
print("|=========" + filename.center(60) + "=========|")
from globals import OPTS
print("|=========" + OPTS.openram_temp.center(60) + "=========|")
if OPTS.openram_temp:
print("|=========" + OPTS.openram_temp.center(60) + "=========|")
print("|==============================================================================|")