1
0

improvements to implicit RocketConfiguration parameter

This commit is contained in:
Henry Cook
2012-10-15 16:29:49 -07:00
parent a7a4e65690
commit 8970b635b2
8 changed files with 23 additions and 23 deletions

View File

@ -28,7 +28,7 @@ class ioRocketICache extends Bundle()
// 32 bit wide cpu port, 128 bit wide memory port, 64 byte cachelines
// parameters :
// lines = # cache lines
class rocketICache(sets: Int, assoc: Int)(implicit conf: Configuration) extends Component
class rocketICache(sets: Int, assoc: Int)(implicit conf: RocketConfiguration) extends Component
{
val io = new ioRocketICache();