Skip to content

Commit

Permalink
Artifacts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideConficconi committed Dec 18, 2020
1 parent 9a9699f commit ecd292c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ DEPLOY_DIR=$(CURR_BUILD_DIR)/deploy

#HLS stuffs

HLS_INCL ?= /xilinx/software/Vivado/2019.2/include
HLS_INCL ?= $(XILINX_VIVADO)/include

VIVADO_VERSION = $(shell vivado -version | grep Vivado)
VIVADO_SCRIPT_DIR ?= $(SCRIPT_DIR)/$(TRGT_PLATFORM)/
Expand All @@ -124,7 +124,6 @@ hls_code += $(wildcard $(HLS_DIR)/*.h)
hls_header := $(wildcard $(HLS_DIR)/*.hpp)
hls_header += $(wildcard $(HLS_DIR)/*.h)

hls_tb_code += $(HLS_DIR)/utils_debug.hpp
hls_tb_code += $(wildcard $(HLS_TB_DIR)/*.cpp)
hls_tb_code += $(wildcard $(HLS_DIR)/*_testbench.cpp)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Follows some makefile parameters

#### General makefile parameters, and design configuration parameter
* TRGT_PLATFORM=`pynqz2|ultra96_v2|zcu10|alveo_u200`
* TRGT_PLATFORM=`pynqz2|ultra96_v2|zcu104|alveo_u200`
* Histogram Computation type HT=`float|fixed`
* Histogram PE Number PE=`1|2|4|8|16|32|64`
* Entropy PE Number PE_ENTROP=`1|2|4|8|16|32`
Expand Down
2 changes: 1 addition & 1 deletion dse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FREQZ=200
#change this value if using an alveo-based, use 300MHz


#Change TRGT_PLATFORM=`pynqz2|ultra96_v2|zcu10|alveo_u200` to target different platforms
#Change TRGT_PLATFORM=`pynqz2|ultra96_v2|zcu104|alveo_u200` to target different platforms

echo "************************"
echo "************************"
Expand Down

0 comments on commit ecd292c

Please sign in to comment.