提交缓存大小修改至128

This commit is contained in:
Liphen 2024-01-17 14:03:30 +08:00
parent 4e300502db
commit e897b0f00f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import chisel3.util._
import cpu.defines.DEBUG
class CommitBuffer(
depth: Int = 32)
depth: Int = 128)
extends Module {
val io = IO(new Bundle {
val flush = Input(Bool())