Add stall.
This commit is contained in:
parent
bcbe07b601
commit
1d433dd791
4 changed files with 29 additions and 7 deletions
|
@ -119,4 +119,7 @@ class CPU extends MultiIOModule {
|
|||
IDBarrier.forwardMemData := MEM.io.dataOut
|
||||
IDBarrier.forwardMem := EXBarrier.writeEnableOut
|
||||
IDBarrier.forwardMemAddr := EXBarrier.writeAddrOut
|
||||
|
||||
// Stall
|
||||
IF.io.stall := ID.io.stall
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue