Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
peteraa 2873de35f5 Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework pirms 6 gadiem
Images Fix and add stuff pirms 6 gadiem
pngs Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework pirms 6 gadiem
project JANK pirms 6 gadiem
src Fix and add stuff pirms 6 gadiem
svgOutput Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework pirms 6 gadiem
.gitignore Add a lot of crap pirms 6 gadiem
.projectile Øving 0 implemented pirms 7 gadiem
README.org Add words pirms 6 gadiem
TODOs.org Fix and add stuff pirms 6 gadiem
build.sbt JANK pirms 6 gadiem
circuitRendering.org Fix and add stuff pirms 6 gadiem
convert.sh add unstaged files pirms 6 gadiem
exercise.org Fix and add stuff pirms 6 gadiem
hdl.org Fixed typos pirms 6 gadiem
introduction.org Fix and add stuff pirms 6 gadiem
sbt.sh Added some prereqs pirms 6 gadiem

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