Searched defs:ptrInc (Results 1 – 2 of 2) sorted by relevance
/XiangShan/src/main/scala/xiangshan/frontend/ | ||
H A D | RAS.scala | 90 def ptrInc(ptr: UInt) = Mux(ptr === (rasSize-1).U, 0.U, ptr + 1.U) method |
H A D | newRAS.scala | 231 def ptrInc(ptr: UInt) = ptr + 1.U method |