Working forwarding (i think).
This commit is contained in:
parent
f2964c280c
commit
bcbe07b601
6 changed files with 92 additions and 9 deletions
|
@ -27,10 +27,8 @@ class MemoryFetch() extends MultiIOModule {
|
|||
val returnAddr = Input(UInt(32.W))
|
||||
})
|
||||
|
||||
|
||||
val DMEM = Module(new DMEM)
|
||||
|
||||
|
||||
/**
|
||||
* Setup. You should not change this code
|
||||
*/
|
||||
|
@ -38,7 +36,6 @@ class MemoryFetch() extends MultiIOModule {
|
|||
testHarness.DMEMpeek := DMEM.io.dataOut
|
||||
testHarness.testUpdates := DMEM.testHarness.testUpdates
|
||||
|
||||
|
||||
/**
|
||||
* Your code here.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue