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