update boom | fix comments and remove extra code

This commit is contained in:
abejgonzalez 2019-05-23 21:46:37 -07:00
parent 838a34be51
commit 9182c1394a
3 changed files with 3 additions and 4 deletions

@ -1 +1 @@
Subproject commit ff8c25af0b14c7eba67451f574e1ddacaaf8a5b6
Subproject commit 734d62c6a91920f62730a4a076f8dfce29c52bf2

View File

@ -109,9 +109,9 @@ class WithGPIORocketTop extends Config((site, here, up) => {
}
})
// --------------------------------------
// -----------------------------------------------
// BOOM + Rocket Top Level System Parameter Mixins
// --------------------------------------
// -----------------------------------------------
/**
* Class to specify a "plain" top level BOOM + Rocket system

View File

@ -82,7 +82,6 @@ class BoomAndRocketTop(implicit p: Parameters) extends boom.system.ExampleBoomAn
}
class BoomAndRocketTopModule[+L <: BoomAndRocketTop](l: L) extends boom.system.ExampleBoomAndRocketSystemModule(l)
with HasRTCModuleImp
with HasNoDebugModuleImp
with HasPeripherySerialModuleImp
with DontTouch