提交 73f29fd5 编写于 作者: J jinyue

IssueQueue:simple IQtest PASS

上级 f012b01b
...@@ -14,7 +14,7 @@ trait IQConst{ ...@@ -14,7 +14,7 @@ trait IQConst{
} }
sealed abstract class IQBundle extends XSBundle with IQConst sealed abstract class IQBundle extends XSBundle with IQConst
sealed abstract class IQModule extends XSModule with IQConst with NeedImpl sealed abstract class IQModule extends XSModule with IQConst //with NeedImpl
sealed class CmpInputBundle extends IQBundle{ sealed class CmpInputBundle extends IQBundle{
val instRdy = Input(Bool()) val instRdy = Input(Bool())
...@@ -53,10 +53,6 @@ sealed class CompareCircuitUnit extends IQModule { ...@@ -53,10 +53,6 @@ sealed class CompareCircuitUnit extends IQModule {
io.out.roqIdx := roqIdx1 io.out.roqIdx := roqIdx1
io.out.iqIdx := iqIdx1 io.out.iqIdx := iqIdx1
} }
// if(debug && (layer==3)) {
// printf("(%d)[CCU(L%did%d)] in1.ready:%d in1.index:%d || in1.ready:%d in1.index:%d || out.ready:%d out.index:%d\n",GTimer(),layer.asUInt,id.asUInt,inst1Rdy,iqIdx1,inst2Rdy,iqIdx2,io.out.instRdy,io.out.iqIdx)
// }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册