Stage 10: test not passing

This commit is contained in:
2025-11-08 18:56:19 +01:00
parent 43a11c865b
commit 60d57b69bf
5 changed files with 24 additions and 61 deletions

View File

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