[firechip] Remove some antiquated midas imports

This commit is contained in:
David Biancolin
2019-09-17 23:50:04 -07:00
parent ac8385a0c5
commit 4c087b5c3f
2 changed files with 0 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ package firesim.firesim
import freechips.rocketchip.config.{Parameters, Config, Field}
import midas.{EndpointKey}
import midas.widgets.{EndpointMap}
import midas.models._
import firesim.endpoints._

View File

@@ -12,7 +12,6 @@ import freechips.rocketchip.subsystem._
import freechips.rocketchip.rocket.TracedInstruction
import firesim.endpoints.{TraceOutputTop, DeclockedTracedInstruction}
import midas.models.AXI4BundleWithEdge
import midas.targetutils.{ExcludeInstanceAsserts, MemModelAnnotation}
/** Ties together Subsystem buses in the same fashion done in the example top of Rocket Chip */