useless bikeshedding
This commit is contained in:
parent
563f187d0f
commit
54f5a7d33a
2 changed files with 8 additions and 0 deletions
|
@ -1,9 +1,14 @@
|
||||||
|
Best viewed in emacs org mode.
|
||||||
|
|
||||||
This is the coursework for the graded part of the TDT4255 course at NTNU.
|
This is the coursework for the graded part of the TDT4255 course at NTNU.
|
||||||
|
|
||||||
* Instructions
|
* Instructions
|
||||||
To get started with designing your 5-stage RISC-V pipeline you should follow the
|
To get started with designing your 5-stage RISC-V pipeline you should follow the
|
||||||
[[./exercise.org][Exercise instructions]]
|
[[./exercise.org][Exercise instructions]]
|
||||||
|
|
||||||
|
If you want an introduction to chisel and hardware design you should do the [[https://github.com/PeterAaser/tdt4255-chisel-intro][Chisel Intro]]
|
||||||
|
exercise first.
|
||||||
|
|
||||||
* About
|
* About
|
||||||
Since much of the tooling for HW design is rather difficult to work with this skeleton comes
|
Since much of the tooling for HW design is rather difficult to work with this skeleton comes
|
||||||
with a lot of reinvented wheels which should make inspecting what is really going on a little
|
with a lot of reinvented wheels which should make inspecting what is really going on a little
|
||||||
|
|
|
@ -267,3 +267,6 @@
|
||||||
*** Step 8:
|
*** Step 8:
|
||||||
Ensure that the simplest addi test works, and give yourself a pat on the back!
|
Ensure that the simplest addi test works, and give yourself a pat on the back!
|
||||||
You've just found the corner pieces of the puzzle, so filling in the rest is "simply" being methodical.
|
You've just found the corner pieces of the puzzle, so filling in the rest is "simply" being methodical.
|
||||||
|
|
||||||
|
* Delivery
|
||||||
|
Once you are done simply run the deliver.sh script to get an archive.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue