Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/mem/pipeline/
H A DStoreUnit.scala299 val s1_exception = ExceptionNO.selectByFu(s1_out.uop.exceptionVec, StaCfg).asUInt.orR constant
H A DHybridUnit.scala569 val s1_exception = (s1_ld_flow && s1_ld_exception) || (!s1_ld_flow && s1_st_exception) constant
H A DLoadUnit.scala926 …val s1_exception = ExceptionNO.selectByFu(s1_out.uop.exceptionVec, LduCfg).asUInt.orR // … constant