2012-10-16 03:52:48 +02:00
|
|
|
package uncore
|
|
|
|
import uncore.constants._
|
|
|
|
|
2012-10-16 22:58:18 +02:00
|
|
|
//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
|
2012-10-16 22:58:18 +02:00
|
|
|
MemoryInterfaceConstants with
|
|
|
|
CacheConstants with
|
|
|
|
AddressConstants
|
2012-10-16 03:52:48 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|