File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ proc compose { } {
53
53
set_instance_parameter_value ddr4_emif_pipe {ADDRESS_WIDTH} $memory_bank_address_width
54
54
set_instance_parameter_value ddr4_emif_pipe {ADDRESS_UNITS} {SYMBOLS}
55
55
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 }
57
57
set_instance_parameter_value ddr4_emif_pipe {LINEWRAPBURSTS} {0}
58
58
set_instance_parameter_value ddr4_emif_pipe {SYNCHRONIZE_RESET} {1}
59
59
set_instance_parameter_value ddr4_emif_pipe {DISABLE_WAITREQUEST_BUFFERING} {0}
Original file line number Diff line number Diff line change 71
71
echo -e " Using oneAPI compiler version:\n$( icpx --version) \n"
72
72
echo -e " Using Quartus version:\n$( quartus_sh --version) "
73
73
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"
75
75
# display the build cmd we'll run
76
76
echo " Running this command: ${this_cmd} "
77
77
# run the command
You can’t perform that action at this time.
0 commit comments