mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 11:21:14 +02:00
Add num_threads to options. PEP8 cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user