Visible to Intel only — GUID: ewa1405094919476
Ixiasoft
Visible to Intel only — GUID: ewa1405094919476
Ixiasoft
3.7.2. Guarantee Kernel Clock Timing
The following setting in the base.qsf and top.qsf files invokes the <path_to_s5_net>/hardware/s5_net/scripts/post_flow.tcl Tcl script in the Stratix® V Network Reference Platform after every Intel® Quartus® Prime software compilation using quartus_cdb:
set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_cdb:scripts/post_flow.tcl"Within this script, the following statement calls the OpenCL™ script to determine and configure the kernel clock to a functional frequency:
source $::env(INTELFPGAOCLSDKROOT)/ip/board/bsp/adjust_plls.tclwhere INTELFPGAOCLSDKROOT points to the path to the Intel® FPGA SDK for OpenCL™ installation.