提交 26688266 编写于 作者: X Xuan Hu

ROB: initialize interrupt_safe to true

上级 fd0b395d
......@@ -316,7 +316,7 @@ class RobImp(outer: Rob)(implicit p: Parameters) extends LazyModuleImp(outer)
val flagBkup = Reg(Vec(RobSize, Bool()))
// some instructions are not allowed to trigger interrupts
// They have side effects on the states of the processor before they write back
val interrupt_safe = RegInit(VecInit(Seq.fill(RobSize)(false.B)))
val interrupt_safe = RegInit(VecInit(Seq.fill(RobSize)(true.B)))
// data for debug
// Warn: debug_* prefix should not exist in generated verilog.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册