Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/mem/
H A DMemBlock.scala1797 val atomicsException = RegInit(false.B) constant
1798 when (DelayN(redirect.valid, 10) && atomicsException) {
1799 atomicsException := false.B
1801 atomicsException := true.B
1838 atomicsException,
1851 val exceptionVaNeedExt = !atomicsException &&
1854 val exceptionIsHyper = !atomicsException &&
1922 …XSError(atomicsException && vSegmentException, "atomicsException and vSegmentException raise at th…
1932 …XSError(atomicsException && atomicsUnit.io.in.valid, "new instruction before exception triggers\n")
1934 atomicsException,
[all …]