X-Git-Url: https://git.libre-soc.org/?p=sifive-blocks.git;a=blobdiff_plain;f=src%2Fmain%2Fscala%2Fdevices%2Fmockaon%2FMockAONPeriphery.scala;fp=src%2Fmain%2Fscala%2Fdevices%2Fmockaon%2FMockAONPeriphery.scala;h=6bdf6d5d7a65a3b93ea1bb679016fbe04f3d1554;hp=8de7ad9ba1d20a85d870241b3d40c7ebe84097d2;hb=e4960a4e5a5572ff90ce8c682e945d04d8dc6b0d;hpb=e6da80733ed7f95481a72f683d95e2f1433994e0 diff --git a/src/main/scala/devices/mockaon/MockAONPeriphery.scala b/src/main/scala/devices/mockaon/MockAONPeriphery.scala index 8de7ad9..6bdf6d5 100644 --- a/src/main/scala/devices/mockaon/MockAONPeriphery.scala +++ b/src/main/scala/devices/mockaon/MockAONPeriphery.scala @@ -8,7 +8,8 @@ import freechips.rocketchip.coreplex.{HasPeripheryBus, HasInterruptBus} import freechips.rocketchip.devices.debug.HasPeripheryDebug import freechips.rocketchip.devices.tilelink.HasPeripheryClint import freechips.rocketchip.diplomacy.{LazyModule, LazyModuleImp} -import freechips.rocketchip.tilelink.{IntXing, TLAsyncCrossingSource} +import freechips.rocketchip.tilelink.{TLAsyncCrossingSource} +import freechips.rocketchip.interrupts._ import freechips.rocketchip.util.ResetCatchAndSync case object PeripheryMockAONKey extends Field[MockAONParams]