Add num_threads to options. PEP8 cleanup.

This commit is contained in:
mrg
2020-10-01 08:07:03 -07:00
parent b81cdab0d6
commit d315ff18e5
3 changed files with 22 additions and 16 deletions
+3
View File
@@ -119,6 +119,9 @@ class options(optparse.Values):
# For sky130, we need magic for filtering.
magic_exe = None
# Number of threads to use
num_threads = 4
# Should we print out the banner at startup
print_banner = True