Beef up add walkthrough
This commit is contained in:
parent
27b7c0556e
commit
8bb3c892a1
2 changed files with 65 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue