index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
gna
/
bug042
diff options
context:
1
2
3
4
5
6
7<
#!/bin/bash
set
-e
for
x in *.ys
;
do
echo
"Running
$x
.."
../../yosys -ql
${
x
%.ys
}
.log
$x
done