3
0
Fork 0
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:
Emil J 2025-05-15 11:03:25 +02:00 committed by GitHub
commit 3823157c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 488 additions and 0 deletions

View file

@ -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