mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-26 05:43:34 +00:00
Limit YOSYS_MAX_THREADS to 4 when running seed-tests
This commit is contained in:
parent
fc951a28d3
commit
a871415abf
23 changed files with 23 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
source ../common-env.sh
|
||||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue