mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Warn about threads forced to 1
This commit is contained in:
@@ -117,6 +117,7 @@ def parse_args():
|
||||
|
||||
if OPTS.openram_temp:
|
||||
# If they define the temp directory, we can only use one thread at a time!
|
||||
debug.warning("num_threads forced to 1 due to shared temp directory {}".format(OPTS.openram_temp))
|
||||
OPTS.num_threads = 1
|
||||
|
||||
return (options, args)
|
||||
|
||||
Reference in New Issue
Block a user