Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
peteraa 2873de35f5 Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework před 6 roky
Images Fix and add stuff před 6 roky
pngs Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework před 6 roky
project JANK před 6 roky
src Fix and add stuff před 6 roky
svgOutput Merge branch 'master' of https://github.com/PeterAaser/tdt4255-coursework před 6 roky
.gitignore Add a lot of crap před 6 roky
.projectile Øving 0 implemented před 7 roky
README.org Add words před 6 roky
TODOs.org Fix and add stuff před 6 roky
build.sbt JANK před 6 roky
circuitRendering.org Fix and add stuff před 6 roky
convert.sh add unstaged files před 6 roky
exercise.org Fix and add stuff před 6 roky
hdl.org Fixed typos před 6 roky
introduction.org Fix and add stuff před 6 roky
sbt.sh Added some prereqs před 6 roky

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