mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
multpass -- create Booth Encoded multipliers for
This commit is contained in:
parent
368f2dd618
commit
fedefa26bc
|
@ -4,6 +4,7 @@ OBJS += passes/techmap/techmap.o
|
|||
OBJS += passes/techmap/simplemap.o
|
||||
OBJS += passes/techmap/dfflibmap.o
|
||||
OBJS += passes/techmap/maccmap.o
|
||||
OBJS += passes/techmap/multpass.o
|
||||
OBJS += passes/techmap/libparse.o
|
||||
|
||||
ifeq ($(ENABLE_ABC),1)
|
||||
|
|
1541
passes/techmap/multpass.cc
Normal file
1541
passes/techmap/multpass.cc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue