Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/datapath/
H A DDataSource.scala12 def readRegCache: Bool = value === DataSource.regcache method
H A DBypassNetwork.scala158 …val readRegCache = if (exuParm.needReadRegCache) exuInput.bits.dataSources(srcIdx).readRegCache el… constant