25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Peter Aaser 45e921c3ff
Delete Example.scala
6 yıl önce
Images add rendering description 6 yıl önce
pngs JANK 6 yıl önce
project JANK 6 yıl önce
src Delete Example.scala 6 yıl önce
svgOutput JANK 6 yıl önce
.gitignore Add a lot of crap 6 yıl önce
.projectile Øving 0 implemented 7 yıl önce
README.org Add words 6 yıl önce
TODOs.org commit just to see if it renders on git 6 yıl önce
build.sbt JANK 6 yıl önce
circuitRendering.org add rendering description 6 yıl önce
convert.sh add unstaged files 6 yıl önce
exercise.org Add words 6 yıl önce
hdl.org Fixed typos 6 yıl önce
introduction.org Fixed a directory reference 6 yıl önce
oppgavetekst.org split into two files 6 yıl önce
sbt.sh Added some prereqs 6 yıl önce

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