Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

What information about .aocx files?

Altera_Forum
Honored Contributor II
3,222 Views

I don't understand What information about .aocx files?Wheather it only contains of opencl kernel or both platform and opencl kernel? Wheather the platform and opencl kernel are programmed in FPGA separately or not ?

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
2,171 Views

If by "platform" you mean the host code, it runs on the CPU. The aocx file only contains the kernel code. The host code has to be compiled separately with a standard c/c++ compiler and will have its own standard x86/x64/Arm binary.

0 Kudos
Altera_Forum
Honored Contributor II
2,171 Views

 

--- Quote Start ---  

If by "platform" you mean the host code, it runs on the CPU. The aocx file only contains the kernel code. The host code has to be compiled separately with a standard c/c++ compiler and will have its own standard x86/x64/Arm binary. 

--- Quote End ---  

 

 

 

 

 

The "platform" is not meaning the host code,which means the hardware we develop in verilog HDL . I want to know wheather the .aocx files which contains of both opencl kernel and the target board or not .
0 Kudos
Reply