1
0

new junctions repo has mem size constants

This commit is contained in:
Henry Cook 2015-07-29 17:22:22 -07:00
parent 9d67ef4ee2
commit d2a594fb57
3 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,8 @@
package rocket
import Chisel._
import junctions._
import Util._
import uncore._
case object NBTBEntries extends Field[Int]
case object NRAS extends Field[Int]

View File

@ -3,6 +3,7 @@
package rocket
import Chisel._
import junctions._
import uncore._
import Util._

View File

@ -4,7 +4,7 @@ package rocket
import Chisel._
import Util._
import uncore._
import junctions._
import scala.math._
case object NTLBEntries extends Field[Int]