Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
peteraa 8a9afc6550 add rendering description 6 år sedan
Images add rendering description 6 år sedan
pngs JANK 6 år sedan
project JANK 6 år sedan
src add rendering description 6 år sedan
svgOutput JANK 6 år sedan
.gitignore Add a lot of crap 6 år sedan
.projectile Øving 0 implemented 7 år sedan
README.org Add words 6 år sedan
TODOs.org commit just to see if it renders on git 6 år sedan
build.sbt JANK 6 år sedan
circuitRendering.org add rendering description 6 år sedan
convert.sh JANK 6 år sedan
exercise.org Add words 6 år sedan
hdl.org Add words 6 år sedan
introduction.org Add words 6 år sedan
oppgavetekst.org split into two files 6 år sedan
sbt.sh Added some prereqs 6 år sedan

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