mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
parent
4adcbecec5
commit
4a942ba7b9
6 changed files with 37 additions and 2 deletions
6
tests/proc/run-test.sh
Executable file
6
tests/proc/run-test.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -ql ${x%.ys}.log $x
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue