No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
peteraa 8f319428ce Fix and add stuff hace 6 años
Images Fix and add stuff hace 6 años
pngs JANK hace 6 años
project JANK hace 6 años
src Fix and add stuff hace 6 años
svgOutput JANK hace 6 años
.gitignore Add a lot of crap hace 6 años
.projectile Øving 0 implemented hace 7 años
README.org Add words hace 6 años
TODOs.org Fix and add stuff hace 6 años
build.sbt JANK hace 6 años
circuitRendering.org Fix and add stuff hace 6 años
convert.sh add unstaged files hace 6 años
exercise.org Fix and add stuff hace 6 años
hdl.org Fixed typos hace 6 años
introduction.org Fix and add stuff hace 6 años
sbt.sh Added some prereqs hace 6 años

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