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

View File

@@ -109,9 +109,9 @@ class WithGPIORocketTop extends Config((site, here, up) => {
} }
}) })
// -------------------------------------- // -----------------------------------------------
// BOOM + Rocket Top Level System Parameter Mixins // BOOM + Rocket Top Level System Parameter Mixins
// -------------------------------------- // -----------------------------------------------
/** /**
* Class to specify a "plain" top level BOOM + Rocket system * 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) class BoomAndRocketTopModule[+L <: BoomAndRocketTop](l: L) extends boom.system.ExampleBoomAndRocketSystemModule(l)
with HasRTCModuleImp
with HasNoDebugModuleImp with HasNoDebugModuleImp
with HasPeripherySerialModuleImp with HasPeripherySerialModuleImp
with DontTouch with DontTouch