3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Merge pull request #3924 from andyfox-rushc/master

multpass -- create Booth Encoded multipliers for
This commit is contained in:
Martin Povišer 2023-09-18 16:46:59 +02:00 committed by GitHub
commit 54be4aca90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1561 additions and 36 deletions

View file

@ -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/booth.o
OBJS += passes/techmap/libparse.o
ifeq ($(ENABLE_ABC),1)

1524
passes/techmap/booth.cc Normal file

File diff suppressed because it is too large Load diff