1
0

get rid of unused imports

This commit is contained in:
Howard Mao
2016-05-02 18:23:40 -07:00
parent f784f4da93
commit 5cbcc41515
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import Instructions._
import cde.{Parameters, Field}
import uncore._
import scala.math._
import junctions.{AddrHashMap, GlobalAddrMap}
import junctions.AddrHashMap
class MStatus extends Bundle {
val prv = UInt(width = PRV.SZ) // not truly part of mstatus, but convenient