Skip to content

Commit

Permalink
when --debug is used, a halted pin is added to VexRiscv for the user …
Browse files Browse the repository at this point in the history
…usages
  • Loading branch information
Dolu1990 committed Apr 25, 2024
1 parent 03d8c47 commit 8542a57
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ object GenCoreDefault{
plugin.dBus.setAsDirectionLess()
master(plugin.dBus.toWishbone()).setName("dBusWishbone")
}
case plugin : DebugPlugin => {
out(CombInit(cpu.reflectBaseType("DebugPlugin_haltIt")).setName("halted"))
}
case _ =>
}
}
Expand Down

0 comments on commit 8542a57

Please sign in to comment.