3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-27 14:23:37 +00:00

Consolidate csa tests.

This commit is contained in:
nella 2026-03-18 12:36:31 +01:00
parent 4ce8e7d1df
commit 1c1d782bf8
64 changed files with 641 additions and 704 deletions

View file

@ -2,6 +2,6 @@
source ../common-env.sh
set -e
for x in *.ys; do
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
done