-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.tex
More file actions
14 lines (10 loc) · 890 Bytes
/
introduction.tex
File metadata and controls
14 lines (10 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
\chapter{Introduction}
This report present the results from the \textit{TDT4295 Computer Design Project} course at \textit{The Norwegian University of Science and Technology} for the \textit{Camvolution} group.
In this course groups of students design and create their own computers from scratch.
The task for the Camvolution group is to create a computer optimised for performing convolution on two-dimensional data.
The processor should be able to take images and convolution kernels as input, perform the convolution, and output the convolved images.
The processor architecture should be implemented on a Xilinx FPGA, and a Silicon Labs EFM32 series microcontroller should act as an I/O processor.
The output from the processor should be displayed for demonstration purposes.
This project has a budget of 10.000 NOK.
\input{introduction/convolution}
\input{introduction/camvolution}