Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
peteraa 1794df0515 attempt to wrangle github org rendering 6 лет назад
Images add rendering description 6 лет назад
pngs JANK 6 лет назад
project JANK 6 лет назад
src add unstaged files 6 лет назад
svgOutput JANK 6 лет назад
.gitignore Add a lot of crap 6 лет назад
.projectile Øving 0 implemented 7 лет назад
README.org Add words 6 лет назад
TODOs.org commit just to see if it renders on git 6 лет назад
build.sbt JANK 6 лет назад
circuitRendering.org add rendering description 6 лет назад
convert.sh add unstaged files 6 лет назад
exercise.org Add words 6 лет назад
hdl.org add unstaged files 6 лет назад
introduction.org attempt to wrangle github org rendering 6 лет назад
oppgavetekst.org split into two files 6 лет назад
sbt.sh Added some prereqs 6 лет назад

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