We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9448b12 commit 6032ee7Copy full SHA for 6032ee7
hls4ml/templates/vitis_accelerator/Makefile
@@ -132,7 +132,7 @@ else
132
@echo "Setting XCL_EMULATION_MODE to $(TARGET)"
133
$(eval EMULATION_MODE := XCL_EMULATION_MODE=$(TARGET))
134
endif
135
- @cd firmware && $(EMULATION_MODE) ../host ../$(BUILD_DIR)/$(WRAPPER_NAME).xclbin $(PROFILING_DATA_REPEAT_COUNT)
+ $(EMULATION_MODE) ./host -x ./$(BUILD_DIR)/$(WRAPPER_NAME).xclbin $(PROFILING_DATA_REPEAT_COUNT)
136
137
# Cleanup #####################################################################
138
0 commit comments