mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-04 16:40:56 +02:00
11 lines
287 B
Makefile
11 lines
287 B
Makefile
SRC += src/aig/hop/hopBalance.c \
|
|
src/aig/hop/hopCheck.c \
|
|
src/aig/hop/hopDfs.c \
|
|
src/aig/hop/hopMan.c \
|
|
src/aig/hop/hopMem.c \
|
|
src/aig/hop/hopObj.c \
|
|
src/aig/hop/hopOper.c \
|
|
src/aig/hop/hopTable.c \
|
|
src/aig/hop/hopTruth.c \
|
|
src/aig/hop/hopUtil.c
|