3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-18 10:18:35 +00:00

Limit YOSYS_MAX_THREADS to 4 for abcopt-tests

This commit is contained in:
Robert O'Callahan 2025-11-27 22:04:12 +00:00 committed by Emil J. Tywoniak
parent a871415abf
commit 2ca28d964b
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
source ../common-env.sh
set -e

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
source ../common-env.sh
set -e
for x in *.ys; do
echo "Running $x.."

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
source ../common-env.sh
set -e