提交缓存大小修改至128
This commit is contained in:
parent
4e300502db
commit
e897b0f00f
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue