Skip to content

Commit

Permalink
update boom | fix comments and remove extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed May 24, 2019
1 parent 838a34b commit 9182c13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generators/example/src/main/scala/ConfigMixins.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion generators/example/src/main/scala/Top.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9182c13

Please sign in to comment.