Skip to content

Commit

Permalink
Update makefile to use new hls4mlEmulatorExtra structure, and get ap_…
Browse files Browse the repository at this point in the history
…types from hls
  • Loading branch information
aloeliger committed Feb 10, 2023
1 parent 4dbca6e commit cc3ae92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ EMULATOR_EXTRAS := ../../hls4mlEmulatorExtras
endif

AP_TYPES := $(EMULATOR_EXTRAS)/include/ap_types
INCLUDES := -I$(EMULATOR_EXTRAS)/include -I$(AP_TYPES)
HLS_ROOT := ../../hls
HLS4ML_INCLUDE := $(EMULATOR_EXTRAS)/include/hls4ml
INCLUDES := -I$(HLS4ML_INCLUDE) -I$(AP_TYPES) -I$(HLS_ROOT)/include
LD_FLAGS := -L$(EMULATOR_EXTRAS)/lib64 -lemulator_interface
ALL_VERSIONS:=CICADA_v1/CICADAModel_v1.so CICADA_v2/CICADAModel_v2.so

Expand Down

0 comments on commit cc3ae92

Please sign in to comment.