Skip to content
/ diip Public

Distributed FPGA for enhanced Image Processing

Notifications You must be signed in to change notification settings

hargorin/diip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed FPGA for enhanced Image Processing

Bachelor Thesis at FHNW by Noah Hütter and Jan Stocker

Build products

Part Download
Project Report PDF
diip java cc .jar

Folder Structure

.
├── doc             # Documentation
│   ├── report      # Project report
│   └── poster      # Poster for exhibition
├── fpga            # FPGA code
│   ├── hls         # Vivado High Level Synthesis code
│   └── hlx         # Vivado HLx code
└── sw              # Computer software

Documentation

Build instructions

sudo apt install -y -qq texlive-full build-essential
sudo apt install -y -qq biber
cd doc/report
make

CI Build

Setup a docker vivado image according to https://github.com/noah95/vivado-docker Create the runner using

sudo gitlab-runner register --docker-pull-policy never

to prevent gitlab-runner to pull from docker hub and use the local image instead.