Merge branch 'main' of github.com:Ciliphen/DC-CA-SA-Lab

This commit is contained in:
Liphen 2023-11-23 16:40:46 +08:00
commit fa9c7afce3
1 changed files with 1 additions and 0 deletions

View File

@ -64,4 +64,5 @@ class WriteBackUnit(implicit val config: CpuConfig) extends Module {
io.regfile(1).wdata io.regfile(1).wdata
) )
} }
io.debug.wb_rf_wen := io.ctrl.allow_to_go
} }