1
0

DecoupledHelper is now imported from junctions

This commit is contained in:
Howard Mao 2016-01-21 15:37:29 -08:00
parent 52d6b0b1a5
commit d170fcd913

View File

@ -5,7 +5,7 @@ package rocket
import Chisel._
import uncore._
import cde.{Parameters, Field}
import junctions.ParameterizedBundle
import junctions.{ParameterizedBundle, DecoupledHelper}
class HellaCacheArbiter(n: Int)(implicit p: Parameters) extends Module
{