Searched defs:commitCnt (Results 1 – 2 of 2) sorted by relevance
55 val commitCnt = Output(UInt(log2Up(CommitWidth+1).W)) constant79 val commitCnt = Mux(allowOnlyOne, canCommit(realCommitLast.value), normalCommitCnt) constant
902 val commitCnt = PopCount(io.commits.commitValid) constant