#176 fix typo
This commit is contained in:
parent
32e4ea406f
commit
0a0998fcea
|
@ -329,7 +329,7 @@ class DebugPlugin(var debugClockDomain : ClockDomain, hardwareBreakpointCount :
|
||||||
}
|
}
|
||||||
if(pipeline.things.contains(DEBUG_BYPASS_CACHE)) pipeline(DEBUG_BYPASS_CACHE) := True
|
if(pipeline.things.contains(DEBUG_BYPASS_CACHE)) pipeline(DEBUG_BYPASS_CACHE) := True
|
||||||
}
|
}
|
||||||
when(!allowEBreak) {
|
when(allowEBreak) {
|
||||||
pipeline.plugins.foreach {
|
pipeline.plugins.foreach {
|
||||||
case p: ExceptionInhibitor => p.inhibateEbreakException()
|
case p: ExceptionInhibitor => p.inhibateEbreakException()
|
||||||
case _ =>
|
case _ =>
|
||||||
|
|
Loading…
Reference in New Issue