Stage 10: test not passing
This commit is contained in:
@@ -17,9 +17,9 @@ class CUInterface extends Bundle {
|
||||
val is_jump = Output(Bool())
|
||||
|
||||
// DMem connections
|
||||
val memory_size = Input(DMemSize())
|
||||
val memory_en = Input(Bool())
|
||||
val memory_we = Input(Bool())
|
||||
val memory_size = Output(DMemSize())
|
||||
val memory_en = Output(Bool())
|
||||
val memory_we = Output(Bool())
|
||||
|
||||
// Muxers
|
||||
// The naming convention is as follows : mux_xxx_yyy.
|
||||
|
||||
Reference in New Issue
Block a user