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

[Quartus RTL viewer] Kernel datapath

Altera_Forum
Honored Contributor II
1,020 Views

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)
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
289 Views

TO_BE_DONE

0 Kudos
Reply