Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16603 Discussions

Is there a method that I can get a run time in the kernel code?

Altera_Forum
Honored Contributor II
989 Views

Is there a method that I can get a run time in the kernel code when kernel is running? 

 

So I can do some thing every second in my kernel task.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
295 Views

 

--- Quote Start ---  

Is there a method that I can get a run time in the kernel code when kernel is running? 

 

So I can do some thing every second in my kernel task. 

--- Quote End ---  

 

 

Hi, 

 

How about creating a second smaller kernel for your thing, instanciate both kernels in the same FPGA image, and have the host launch that second smaller kernel every second? 

 

Smith
0 Kudos
Reply