You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
peteraa 8a8ca29a44 add unstaged files 6 vuotta sitten
Images add rendering description 6 vuotta sitten
pngs JANK 6 vuotta sitten
project JANK 6 vuotta sitten
src add unstaged files 6 vuotta sitten
svgOutput JANK 6 vuotta sitten
.gitignore Add a lot of crap 6 vuotta sitten
.projectile Øving 0 implemented 7 vuotta sitten
README.org Add words 6 vuotta sitten
TODOs.org commit just to see if it renders on git 6 vuotta sitten
build.sbt JANK 6 vuotta sitten
circuitRendering.org add rendering description 6 vuotta sitten
convert.sh add unstaged files 6 vuotta sitten
exercise.org Add words 6 vuotta sitten
hdl.org add unstaged files 6 vuotta sitten
introduction.org add unstaged files 6 vuotta sitten
oppgavetekst.org split into two files 6 vuotta sitten
sbt.sh Added some prereqs 6 vuotta sitten

README.org

This is the chisel intro for the TDT4255 course at NTNU. If you use it for your course, please let me know how it went and feel free (or even slightly pressured) to submit pull requests with improvements.

In order to get started you should go through the introductory material: Introduction to hardware description languages Introduction to hardware chisel

The deliverable for this exercise is constructing a matrix multiplying unit. Matrix multiplier exercise

The main course(work) for creating a 5-stage RISCV pipeline can be found here https://github.com/PeterAaser/TDT4255_EX2