Beef up add walkthrough

This commit is contained in:
peteraa 2019-09-05 14:37:33 +02:00
parent 27b7c0556e
commit 8bb3c892a1
2 changed files with 65 additions and 16 deletions

View file

@ -14,7 +14,12 @@ class InstructionFetch extends MultiIOModule {
/**
* TODO: Add signals for handling events such as jumps
* TODO: Add input signals for handling events such as jumps
* TODO: Add output signal for the instruction.
* The instruction is of type Bundle, which means that you must
* use the same syntax used in the testHarness for IMEM setup signals
* further up.
*/
val io = IO(
new Bundle {