3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-02 08:33:46 +00:00

Clean some seed-tests outputs

This commit is contained in:
Miodrag Milanovic 2026-03-10 11:50:30 +01:00
parent a155994868
commit ede782d7e3
7 changed files with 24 additions and 24 deletions

View file

@ -3,5 +3,5 @@ source ../common-env.sh
set -e
for x in *.ys; do
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
../../yosys -ql ${x%.ys}.log $x >/dev/null 2>&1
done