Skip to content

Commit

Permalink
Try to disable func
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Sep 6, 2024
1 parent 20c5ed2 commit 74c26a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ENABLE_VERIFIC_LIBERTY := 0
ENABLE_COVER := 1
ENABLE_LIBYOSYS := 0
ENABLE_ZLIB := 1
ENABLE_FUNC := 0

# python wrappers
ENABLE_PYOSYS := 1
Expand Down Expand Up @@ -650,7 +651,9 @@ OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/cal
OBJS += kernel/binding.o
OBJS += kernel/cellaigs.o kernel/celledges.o kernel/cost.o kernel/satgen.o kernel/scopeinfo.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o kernel/yw.o kernel/json.o kernel/fmt.o kernel/sexpr.o
OBJS += kernel/whereami.o
ifeq ($(ENABLE_FUNC),1)
OBJS += kernel/drivertools.o kernel/functional.o
endif
ifeq ($(ENABLE_ZLIB),1)
OBJS += kernel/fstdata.o
endif
Expand Down

0 comments on commit 74c26a8

Please sign in to comment.