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.
Peter Aaser 45e921c3ff
Delete Example.scala
пре 6 година
Images add rendering description пре 6 година
pngs JANK пре 6 година
project JANK пре 6 година
src Delete Example.scala пре 6 година
svgOutput JANK пре 6 година
.gitignore Add a lot of crap пре 6 година
.projectile Øving 0 implemented пре 7 година
README.org Add words пре 6 година
TODOs.org commit just to see if it renders on git пре 6 година
build.sbt JANK пре 6 година
circuitRendering.org add rendering description пре 6 година
convert.sh add unstaged files пре 6 година
exercise.org Add words пре 6 година
hdl.org Fixed typos пре 6 година
introduction.org Fixed a directory reference пре 6 година
oppgavetekst.org split into two files пре 6 година
sbt.sh Added some prereqs пре 6 година

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