High Level Synthesis regarding to clock2x removal
Hi there,
I am currently using Intel HLS Quartus 15.1 offline compiler to compile the customised circuit and I came across an issue.
I do not want to use the clock2x in the BSP components acl_kernel_clk.qsys, and hence I just use my own version of acl_timer.
However when performing logic synthesis of Opencl kernel, the error occurs that my own kernel goes to infinite recursion.
Then I tried to unconnect clock2x in the acl_tiemr module of the acl_kernel_clk but the qsys component just gives error.
May I ask how can I safely remove the clock2x in the acl_kernel_clk.qsys module? I really need to remove it because I need clock outputs of plls to do something else.
If not, does anyone have any suggestion of replacing the acl_timer module with self-defined module?
Thank you in advance!
Mingqiang
I have solved the problem by connecting clock2x to an unused clock ports, this issue is thus solved.