mirror of https://github.com/VLSIDA/OpenRAM.git
Default to 2 threads only
This commit is contained in:
parent
d315ff18e5
commit
aaa36bf5cf
|
|
@ -120,7 +120,7 @@ class options(optparse.Values):
|
||||||
magic_exe = None
|
magic_exe = None
|
||||||
|
|
||||||
# Number of threads to use
|
# Number of threads to use
|
||||||
num_threads = 4
|
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