Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 849 Bytes

File metadata and controls

14 lines (11 loc) · 849 Bytes

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