Home
last modified time | relevance | path

Searched defs:ptrInc (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/frontend/
H A DRAS.scala90 def ptrInc(ptr: UInt) = Mux(ptr === (rasSize-1).U, 0.U, ptr + 1.U) method
H A DnewRAS.scala231 def ptrInc(ptr: UInt) = ptr + 1.U method