Home
last modified time | relevance | path

Searched defs:targets (Results 1 – 3 of 3) sorted by relevance

/XiangShan/scripts/top-down/
H A Dconfigs.py115 targets = { variable
/XiangShan/src/main/scala/xiangshan/frontend/
H A DFrontendBundle.scala543 val targets = Vec(totalSlot, UInt(VAddrBits.W)) constant
692 …def targets(pc: Vec[UInt]) = VecInit(pc.zipWithIndex.map { case (pc, idx) => full_pred(idx).tar… method
H A DFTB.scala312 val targets = VecInit(br_slots_targets :+ tail_target) constant