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