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 8f319428ce Fix and add stuff il y a 6 ans
Images Fix and add stuff il y a 6 ans
pngs JANK il y a 6 ans
project JANK il y a 6 ans
src Fix and add stuff 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 Fix and add stuff il y a 6 ans
build.sbt JANK il y a 6 ans
circuitRendering.org Fix and add stuff il y a 6 ans
convert.sh add unstaged files il y a 6 ans
exercise.org Fix and add stuff il y a 6 ans
hdl.org Fixed typos il y a 6 ans
introduction.org Fix and add stuff 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