Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
peteraa 8f319428ce Fix and add stuff 6 lat temu
Images Fix and add stuff 6 lat temu
pngs JANK 6 lat temu
project JANK 6 lat temu
src Fix and add stuff 6 lat temu
svgOutput JANK 6 lat temu
.gitignore Add a lot of crap 6 lat temu
.projectile Øving 0 implemented 7 lat temu
README.org Add words 6 lat temu
TODOs.org Fix and add stuff 6 lat temu
build.sbt JANK 6 lat temu
circuitRendering.org Fix and add stuff 6 lat temu
convert.sh add unstaged files 6 lat temu
exercise.org Fix and add stuff 6 lat temu
hdl.org Fixed typos 6 lat temu
introduction.org Fix and add stuff 6 lat temu
sbt.sh Added some prereqs 6 lat temu

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