Working forwarding (i think).

This commit is contained in:
Sebastian Bugge 2024-10-18 07:37:50 +02:00
parent f2964c280c
commit bcbe07b601
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
6 changed files with 92 additions and 9 deletions

View file

@ -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.
*/