mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 03:10:26 +00:00
New xprop pass to encode 3-valued x-propagation using 2-valued logic
This commit is contained in:
parent
5ff69a0fe2
commit
ce708122a5
7 changed files with 2001 additions and 0 deletions
5
tests/xprop/run-test.sh
Executable file
5
tests/xprop/run-test.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
python3 generate.py $@
|
||||
make -f run-test.mk
|
Loading…
Add table
Add a link
Reference in a new issue