Skip to content

Commit

Permalink
Synchronize ext-ints within the ibus domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 25, 2023
1 parent f85496e commit 59e86fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/subsystem/InterruptBus.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ trait HasAsyncExtInterrupts extends HasExtInterrupts { this: BaseSubsystem =>
*/
trait HasSyncExtInterrupts extends HasExtInterrupts { this: BaseSubsystem =>
if (nExtInterrupts > 0) {
ibus.fromSync := extInterrupts
ibus { ibus.fromSync := extInterrupts }
}
}

Expand Down

0 comments on commit 59e86fd

Please sign in to comment.