Skip to content

Commit 51ccd10

Browse files
committed
RC1 -> RC2 updates
1 parent b3763fe commit 51ccd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/hardware/common/build/ddr_channel_hw.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ proc compose { } {
5353
set_instance_parameter_value ddr4_emif_pipe {ADDRESS_WIDTH} $memory_bank_address_width
5454
set_instance_parameter_value ddr4_emif_pipe {ADDRESS_UNITS} {SYMBOLS}
5555
set_instance_parameter_value ddr4_emif_pipe {MAX_BURST_SIZE} {16}
56-
set_instance_parameter_value ddr4_emif_pipe {MAX_PENDING_RESPONSES} {64}
56+
set_instance_parameter_value ddr4_emif_pipe {MAX_PENDING_RESPONSES} {16}
5757
set_instance_parameter_value ddr4_emif_pipe {LINEWRAPBURSTS} {0}
5858
set_instance_parameter_value ddr4_emif_pipe {SYNCHRONIZE_RESET} {1}
5959
set_instance_parameter_value ddr4_emif_pipe {DISABLE_WAITREQUEST_BUFFERING} {0}

common/scripts/build-default-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ do
7171
echo -e "Using oneAPI compiler version:\n$(icpx --version)\n"
7272
echo -e "Using Quartus version:\n$(quartus_sh --version)"
7373
echo "---------------------------------------------------------------"
74-
this_cmd="icpx -fsycl -fintelfpga -Xshardware -Xstarget="$ASP_ROOT":"$this_variant" -Xsbsp-flow="$ASP_FLOW" "$ASP_ROOT/$CPP_FILE" -o "$this_variant".fpga"
74+
this_cmd="icpx -fsycl -fintelfpga -Xshardware -Xstarget="$ASP_ROOT":"$this_variant" -Xsbsp-flow="$ASP_FLOW" "$ASP_ROOT/$CPP_FILE" -DFPGA_HARDWARE -o "$this_variant".fpga"
7575
#display the build cmd we'll run
7676
echo "Running this command: ${this_cmd}"
7777
#run the command

0 commit comments

Comments
 (0)