mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
abc/blifparse files reorganization
This commit is contained in:
parent
61512b6f41
commit
7dad017c9c
7 changed files with 9 additions and 8 deletions
|
@ -5,6 +5,10 @@ OBJS += passes/techmap/dfflibmap.o
|
|||
OBJS += passes/techmap/maccmap.o
|
||||
OBJS += passes/techmap/libparse.o
|
||||
|
||||
ifeq ($(ENABLE_ABC),1)
|
||||
OBJS += passes/techmap/abc.o
|
||||
endif
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
OBJS += passes/techmap/iopadmap.o
|
||||
OBJS += passes/techmap/hilomap.o
|
||||
|
|
1539
passes/techmap/abc.cc
Normal file
1539
passes/techmap/abc.cc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue