3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

New xprop pass to encode 3-valued x-propagation using 2-valued logic

This commit is contained in:
Jannis Harder 2022-11-25 17:48:15 +01:00
parent 5ff69a0fe2
commit ce708122a5
7 changed files with 2001 additions and 0 deletions

View file

@ -881,6 +881,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/rpc && bash run-test.sh
+cd tests/memfile && bash run-test.sh
+cd tests/verilog && bash run-test.sh
+cd tests/xprop && bash run-test.sh $(SEEDOPT)
@echo ""
@echo " Passed \"make test\"."
@echo ""