Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
peteraa 2873de35f5 Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework vor 6 Jahren
Images Fix and add stuff vor 6 Jahren
pngs Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework vor 6 Jahren
project JANK vor 6 Jahren
src Fix and add stuff vor 6 Jahren
svgOutput Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework vor 6 Jahren
.gitignore Add a lot of crap vor 6 Jahren
.projectile Øving 0 implemented vor 7 Jahren
README.org Add words vor 6 Jahren
TODOs.org Fix and add stuff vor 6 Jahren
build.sbt JANK vor 6 Jahren
circuitRendering.org Fix and add stuff vor 6 Jahren
convert.sh add unstaged files vor 6 Jahren
exercise.org Fix and add stuff vor 6 Jahren
hdl.org Fixed typos vor 6 Jahren
introduction.org Fix and add stuff vor 6 Jahren
sbt.sh Added some prereqs vor 6 Jahren

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