Home
last modified time | relevance | path

Searched refs:toMemExu (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/datapath/
H A DDataPath.scala46 private val (fromMemIQ, toMemIQ, toMemExu) = (io.fromMemIQ, io.toMemIQ, io.toMemExu)
58 …al toExu: Seq[MixedVec[DecoupledIO[ExuInput]]] = (toIntExu ++ toFpExu ++ toVfExu ++ toMemExu).toSeq
939 val toMemExu: MixedVec[MixedVec[DecoupledIO[ExuInput]]] = memSchdParams.genExuInputBundle constant
/XiangShan/src/main/scala/xiangshan/backend/
H A DBackend.scala509 …og2ForVector.io.fromOg1VecMem.zip(dataPath.io.toMemExu.zip(params.memSchdParams.get.issueBlockPara…
521 ….lazyZip(params.memSchdParams.get.issueBlockParams).lazyZip(dataPath.io.toMemExu).filterNot(_._2.n…
879 dontTouch(dataPath.io.toMemExu)