1
0

Cope with changes to AddrMap

This commit is contained in:
Andrew Waterman
2016-06-03 13:50:29 -07:00
parent 13386af1d1
commit 3b0c1ed0c3
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
import junctions.AddrMap
class MStatus extends Bundle {
val debug = Bool() // not truly part of mstatus, but convenient