File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments