3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 19:00:26 +00:00

Add muldiv_c peepopt pass

This commit is contained in:
Akash Levy 2025-04-30 08:06:59 -07:00
parent bfe05965f9
commit 4bd91fbb11
7 changed files with 488 additions and 0 deletions

View file

@ -888,6 +888,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