This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
f8333e52f7
yosys
/
tests
/
xprop
/
run-test.sh
6 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
New xprop pass to encode 3-valued x-propagation using 2-valued logic
2022-11-25 10:48:15 -06:00
#!/bin/bash
set
-e
python3 generate.py
$@
tests: in xprop tests, use MAKE variable if set
2023-02-10 08:01:04 -06:00
${
MAKE
:-
make
}
-f run-test.mk