3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-01 14:47:53 +00:00

Consolidate csa tests.

This commit is contained in:
nella 2026-03-18 12:36:31 +01:00 committed by nella
parent ab1c423692
commit fc9adae9a2
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