mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-13 22:41:19 +00:00
Add muldiv_c
peepopt pass
This commit is contained in:
parent
bfe05965f9
commit
4bd91fbb11
7 changed files with 488 additions and 0 deletions
6
tests/peepopt/run-test.sh
Normal file
6
tests/peepopt/run-test.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env 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