Skip to content

Latest commit

 

History

History

hello_world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hello World Examples

Hello World examples for new users

Examples Table

Example Description Key Concepts / Keywords
helloworld_c/ This is simple example of vector addition to describe how to use HLS kernels in Sdx Environment. This example highlights the concepts like PIPELINE which increases the kernel performance Key Concepts
- HLS C Kernel
- OpenCL Host APIs
Keywords
- gmem
- bundle
- #pragma HLS INTERFACE
- m_axi
- s_axi4lite
helloworld_ocl/ This example is a simple OpenCL application. It will highlight the basic flow of an OpenCL application. Key Concepts
- OpenCL API