ContributionsMost RecentMost LikesSolutionsHLS run Quartus compile FAILED with following error "qsh_flowengine.tcl" unsuccessful error "qsh_flowengine.tcl" unsuccessful Re: System console can't link device (Device has different visible SLD agents) The issue was with the clock_controller application that sets the default clocks. Once that is straightened, device was recognized correctly by the JTAG chain. Can we drive QSFP reference clock using an internal clock generated from a PLL While driving the reference clock(322.2 MHz) to 10G ethernet mac interface, I am prompted with the error below, Error(18957): Signal u1|iopll_0|stratix10_altera_iopll_i|outclk[0] is constrained to be routed locally to port REF_IQCLK on destination dut_inst|atx_pll_inst|xcvr_atx_pll_s10_htile_0|ct1_hssi_pma_lc_refclk_select_mux_inst, but this signal must be routed through the global network Tried using the constraint set_instance_assignment -name GLOBAL_SIGNAL GLOBAL_CLOCK -to "u1:inst|iopll_0|stratix10_altera_iopll_i|outclk[0]" -entity altera_eth_top to make the PLL output global but still fails to compile. I am generating the ref_clk_clk using a PLL, is this not allowed? How do I resolve the issue? Any help is appreciated. Thanks Raam Re: Stratix 10 MX FPGA Development Kit Wrong Device ID Enabling the clock_controller application and setting the clocks to default values seems to fix the issue. Now the JTAG is able to identify the Stratix X device. Thanks Re: Stratix 10 MX FPGA Development Kit Wrong Device ID I am using a Stratix 10 MX dev kit which has the device 1SM21BHU2F53E1VG. For some reason when I auto-detect device shows up as UNKNOWN. Thanks Raam Re: System console can't link device (Device has different visible SLD agents) The device list in the system console shows up as 632AC0DD. When I try to link with a project built based on the device part number, I am prompted with the error below, Thanks Raam Stratix 10 MX FPGA Development Kit Wrong Device ID Stratix 10 MX FPGA Development Kit reads out Device ID as 632AC0DD System console can't link device (Device has different visible SLD agents) SEVERE: Device /devices/632AC0DD@1#USB-1#Intel Stratix 10 MX FPGA Development Kit does not match design altera_eth_top.sof (Device has different visible SLD agents) Getting the above error when trying to link device to the compiled sof for the Stratix 10 MX FPGA Development Kit. Any help is appreciated, Thanks