Skip to content

Commit

Permalink
AIE/Design/04_custome_platform_emu: Updating DEVICE NAME from ES to Prod
Browse files Browse the repository at this point in the history
Co-authored-by: virata <[email protected]>
  • Loading branch information
2 people authored and GitHub Enterprise committed May 2, 2022
1 parent 978a2bd commit 291e744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end;
architecture behav of polar_clip is
attribute CORE_GENERATION_INFO : STRING;
attribute CORE_GENERATION_INFO of behav : architecture is
"polar_clip_polar_clip,hls_ip_2020_2,{HLS_INPUT_TYPE=cxx,HLS_INPUT_FLOAT=0,HLS_INPUT_FIXED=0,HLS_INPUT_PART=xcvc1902-vsva2197-2MP-e-S-es1,HLS_INPUT_CLOCK=6.667000,HLS_INPUT_ARCH=others,HLS_SYN_CLOCK=2.761750,HLS_SYN_LAT=18,HLS_SYN_TPT=none,HLS_SYN_MEM=0,HLS_SYN_DSP=0,HLS_SYN_FF=1362,HLS_SYN_LUT=1450,HLS_VERSION=2020_2}";
"polar_clip_polar_clip,hls_ip_2020_2,{HLS_INPUT_TYPE=cxx,HLS_INPUT_FLOAT=0,HLS_INPUT_FIXED=0,HLS_INPUT_PART=xcvc1902-vsva2197-2MP-e-S,HLS_INPUT_CLOCK=6.667000,HLS_INPUT_ARCH=others,HLS_SYN_CLOCK=2.761750,HLS_SYN_LAT=18,HLS_SYN_TPT=none,HLS_SYN_MEM=0,HLS_SYN_DSP=0,HLS_SYN_FF=1362,HLS_SYN_LUT=1450,HLS_VERSION=2020_2}";
constant ap_const_logic_1 : STD_LOGIC := '1';
constant ap_const_logic_0 : STD_LOGIC := '0';
constant ap_ST_fsm_state1 : STD_LOGIC_VECTOR (13 downto 0) := "00000000000001";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CREATE_XSA_TCL := platform_xsa.tcl
ifeq ($(DEVICE_NAME), xcvc1902-vsva2197-2MP-e-S)
BOARD_LABEL:=vck190
BOARD_VER:=3.0
else ifeq ($(DEVICE_NAME), xcvc1902-vsva2197-2MP-e-S-es1)
else ifeq ($(DEVICE_NAME), xcvc1902-vsva2197-2MP-e-S)
BOARD_LABEL:=vck190_es
BOARD_VER:=1.3
endif
Expand Down

0 comments on commit 291e744

Please sign in to comment.