iskaiwen / c5soc_opencl

DE1SOC DE10-NANO DE10-Standard OpenCL hardware that support VGA and desktop. And Some applications such as usb camera YUYV to RGB , Sobel and so on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelFPGA Cyclone V SoC OpenCL

Hardware Architecture

Supported Boards

Supported USB Cameras

  • UVC (USB video device class) USB Cameras,for example Logitech C270
  • USB Cameras supported by gspca driver
  • etc.

SD Card Image Features

  • both IntelFPGA OpenCL SDK 16.1 and 17.1
  • also working with terasic's OpenCL hardware template BSP(no vedio ip core)
  • also working without OpenCL
  • support x2go server (run desktop through ethernet)
  • All in one ( DE1-SoC , DE10-Nano and DE10-Standard)
  • usb host and uvc driver for UVC cameras

You can downlaod the all in one SD card Image file here Baidu Cloud Link or Google Drive Link.

  • DE1-SoC
  • DE10-Nano
  • DE10-Standard

Run OpenCL Application

  1. Download the Image file and write it into the microSD card
  2. Cpoy the xxxx.rbf and xxxx_socfpga.dtb (which keep same as your target board) to Windows fat32 partition and rename them to opencl.rbf and socfpga.dtb
  3. Insert the programmed microSD card to the DE10-nano or DE1-SoC or DE10-Standard board
  4. Set the MSEL[4:0] on your board to 01010 , SW10(1 to 6) on,off,on,off,on,N/A
  5. Connect a monitor to the HDMI or VGA port on baord
  6. Conect USB mouse and keyboard to the USB ports on the board
  7. Conect UART to PC ( ** must conect to PC or Power **)
  8. Power on the board and you will see the LXDE graphical environment
  9. Open the console (Ctrl+Alt+T) on the desktop
  10. source the init_opencl_16.1.sh or init_opencl_17.1.sh file
  11. run OpenCL host (which keep same as your target board and the OpenCL SDK version ) directly.

OpenCL Hardware Template

Both supports IntelFPGA SDK for OpenCL 16.1 and 17.1

de1soc_sharedonly_vga is a DE1SOC's OpenCL hardware template that supports VGA and desktop.

de10_nano_sharedonly_hdmi is a DE10_nano's OpenCL hardware template that supports HDMI and desktop .

de10_standard_sharedonly_vga is a DE10_Standard's OpenCL hardware template that supports VGA and desktop .

App

colorApp

A UVC usb camera application program is used to convert YUYV to RGB and Gray by using opencl.

Host usage:

grayKernel -w960 -h720 
grayKernel -w640 -h480 -r2 -g1 -b2 -u700 -d200 

sobel_filter

do sobel by using four methods : arm , neon , opencl ,opencl with shared memory

Methods Frequency Time
Cortex-A9 800Mhz 168ms
Neon ? 37ms
OpenCL Memory Copy 140Mhz 256ms
OpenCL Shared Memory 140Mhz 14.8ms

Host useage:

number 1 2 3 4 5 6 different ways to run filter
"+"  Increase filter threshold
"="  Reset filter threshold to default
 " q/<enter>/<esc>" Quit the program

Mandelbrot

Host useage:

mandelbrot -w=800 -h=640 -c=32

X2GO

X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. You can also use terasic's hardware templates which includes no vedio ip core to build the OpenCL aocx file.Then, you can get more fpga resouce and dynamic configuration for OpenCL.In this way, you need update the device tree binary file which contains no vedio ip core descriptoin and delete the CL_CONTEXT_COMPILER_MODE_xxx flag in initail shell file.

Plans

  • add mandelbrot application
  • add to DE10-nano BSP
  • update template to Intel FPGA SDK for OpenCL 17.x
  • add DE10-Standard BSP
  • add DE0-Nano-SoC BSP
  • DE0-Nano-SoC + Arduino LCD BS
  • add colorGaryAPP shared memory edition

Limits

Set the CL_CONTEXT_COMPILER_MODE_ALTERA=3 (opencl sdk16.1 ) flag in environment to disable the reprogramming of the FPGA by host. When running desktop, copy your generated top.rbf to fat32 partition and rename to opencl.rbf. opencl.rbf file should match the same host app and run host with CL_CONTEXT_COMPILER_MODE_ALTERA=3 flag .

CL_CONTEXT_COMPILER_MODE_INTELFPGA=3 (opencl sdk17.1)

How to do

Here are some guides.

About

DE1SOC DE10-NANO DE10-Standard OpenCL hardware that support VGA and desktop. And Some applications such as usb camera YUYV to RGB , Sobel and so on.

License:Apache License 2.0


Languages

Language:C 66.5%Language:Verilog 12.3%Language:C++ 9.5%Language:Tcl 5.2%Language:VHDL 3.1%Language:Shell 2.5%Language:Makefile 0.7%Language:HTML 0.1%Language:Forth 0.0%