Sign in
foss-fpga-tools
/
third_party
/
yosys
/
8b68a939f451731cc82fd03b1048d9aab471f47b
/
.
/
tests
/
sat
/
run-test.sh
blob: 67e1beb23b3a4fe2a48c13617cc8db2e4dd243c5 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
for
x
in
*.
ys
;
do
echo
"Running $x.."
../../
yosys
-
ql $
{
x
%.
ys
}.
log $x
done