Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
peteraa ac46c23b44 Change read to write il y a 6 ans
Images img il y a 6 ans
pngs JANK il y a 6 ans
project JANK il y a 6 ans
src Change read to write il y a 6 ans
svgOutput JANK il y a 6 ans
.gitignore Add a lot of crap il y a 6 ans
.projectile Øving 0 implemented il y a 7 ans
README.org Add words il y a 6 ans
TODOs.org commit just to see if it renders on git il y a 6 ans
build.sbt JANK il y a 6 ans
convert.sh JANK il y a 6 ans
exercise.org Add words il y a 6 ans
hdl.org Add words il y a 6 ans
introduction.org Add words il y a 6 ans
oppgavetekst.org split into two files il y a 6 ans
sbt.sh Added some prereqs il y a 6 ans

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