mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Support various binary operators in opt_share
This commit is contained in:
parent
d8be5ce6ba
commit
6a796accc0
5 changed files with 531 additions and 206 deletions
1
Makefile
1
Makefile
|
@ -678,6 +678,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
|
||||
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/share && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/opt_share && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/fsm && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/techmap && bash run-test.sh
|
||||
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue