1
0
rocket-chip/uncore/src/package.scala

14 lines
330 B
Scala
Raw Normal View History

2012-10-16 03:52:48 +02:00
package uncore
import uncore.constants._
//TODO: When compiler bug SI-5604 is fixed in 2.10, change object Constants to
// package object uncore and remove import Constants._'s from other files
2012-10-16 03:52:48 +02:00
object Constants extends
MemoryOpConstants with
MemoryInterfaceConstants with
CacheConstants with
AddressConstants
2012-10-16 03:52:48 +02:00
{
}