mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-14 14:55:26 +00:00
muxadd and muldiv_c peepopt
This commit is contained in:
parent
8dabfbe429
commit
31a5197a1c
9 changed files with 902 additions and 38 deletions
6
tests/peepopt/run-test.sh
Executable file
6
tests/peepopt/run-test.sh
Executable 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