Merge branch 'dev' into runner_test

This commit is contained in:
mrg 2021-02-10 11:17:35 -08:00
commit c78d3a9cca
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,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)