Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
--- 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