Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
peteraa 2873de35f5 Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework 6 anos atrás
Images Fix and add stuff 6 anos atrás
pngs Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework 6 anos atrás
project JANK 6 anos atrás
src Fix and add stuff 6 anos atrás
svgOutput Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework 6 anos atrás
.gitignore Add a lot of crap 6 anos atrás
.projectile Øving 0 implemented 7 anos atrás
README.org Add words 6 anos atrás
TODOs.org Fix and add stuff 6 anos atrás
build.sbt JANK 6 anos atrás
circuitRendering.org Fix and add stuff 6 anos atrás
convert.sh add unstaged files 6 anos atrás
exercise.org Fix and add stuff 6 anos atrás
hdl.org Fixed typos 6 anos atrás
introduction.org Fix and add stuff 6 anos atrás
sbt.sh Added some prereqs 6 anos atrás

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