mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Default to 2 threads only
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ class options(optparse.Values):
|
||||
magic_exe = None
|
||||
|
||||
# Number of threads to use
|
||||
num_threads = 4
|
||||
num_threads = 2
|
||||
|
||||
# Should we print out the banner at startup
|
||||
print_banner = True
|
||||
|
||||
Reference in New Issue
Block a user