Home
last modified time | relevance | path

Searched defs:int (Results 1 – 5 of 5) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/datapath/
H A DBypassNetwork.scala29 val int: MixedVec[MixedVec[DecoupledIO[ExuInput]]] = Flipped(intSchdParams.genExuInputBundle) constant
42 val int: MixedVec[MixedVec[DecoupledIO[ExuInput]]] = intSchdParams.genExuInputCopySrcBundle constant
49 …val int: MixedVec[MixedVec[ValidIO[ExuBypassBundle]]] = Flipped(intSchdParams.genExuBypassValidBun… constant
/XiangShan/src/main/scala/device/standalone/
H A DStandAlonePLIC.scala45 val int = InModuleBody(plicIntNode.makeIOs()) constant
H A DStandAloneDebugModule.scala54 val int = InModuleBody(debugModuleIntNode.makeIOs()) constant
H A DStandAloneCLINT.scala46 val int = InModuleBody(clintIntNode.makeIOs()) constant
/XiangShan/scripts/
H A DconstantHelper.py152 def getStdIn(self, population: list, id: int) -> str:
196 def profilling_fitness(self, iterid: int) -> list:
214 def run_one_round(self, iterid: int, population: list) -> None: