mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-23 19:47:55 +00:00
Merge pull request #5080 from akashlevy/muldiv_c
Add `muldiv_c` peepopt
This commit is contained in:
commit
3823157c25
7 changed files with 488 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -894,6 +894,7 @@ SH_TEST_DIRS += tests/bram
|
|||
SH_TEST_DIRS += tests/svinterfaces
|
||||
SH_TEST_DIRS += tests/xprop
|
||||
SH_TEST_DIRS += tests/select
|
||||
SH_TEST_DIRS += tests/peepopt
|
||||
SH_TEST_DIRS += tests/proc
|
||||
SH_TEST_DIRS += tests/blif
|
||||
SH_TEST_DIRS += tests/arch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue