Forum Discussion

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

[Quartus RTL viewer] Kernel datapath

Hi people

I was looking for my kernel datapath in quartus rtl viewer however i cannot find any block that is similar to the kernel logic.

Example:

__kernel void test(global *a, global *result){

int aux;

a[0] = a[1] + 9;

result[0] = a[0] + 8;

}

Something like this, but i cannot find the right block including the adders and registers for the above operations on the kernel.. (I was digging into kernel_wrapper_block instance)