Skip to content

Commit

Permalink
Revert unwanted push IBusDBusCachedTightlyCoupledRam
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Apr 4, 2024
1 parent 7812bc6 commit 2cd19c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/scala/vexriscv/VexRiscvBmbGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ case class VexRiscvBmbGenerator()(implicit interconnectSmp: BmbInterconnectGener
case _ =>
}

config.plugins += new IBusDBusCachedTightlyCoupledRam(
mapping = SizeMapping(0x20000000, 0x1000)
)

val cpu = new VexRiscv(config)
def doExport(value : => Any, postfix : String) = {
sexport(Handle(value).setCompositeName(VexRiscvBmbGenerator.this, postfix))
Expand Down

0 comments on commit 2cd19c8

Please sign in to comment.