Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

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

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.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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