Warn about threads forced to 1

This commit is contained in:
mrg 2021-02-10 10:23:06 -08:00
parent 5a0c75d573
commit 29c3d46be6
1 changed files with 1 additions and 0 deletions

View File

@ -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)