mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Added test cases for sat command
This commit is contained in:
parent
6891fd79a3
commit
7a66b38c3e
7 changed files with 127 additions and 0 deletions
6
tests/sat/run-test.sh
Executable file
6
tests/sat/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