2013-07-25 08:22:36 +02:00
|
|
|
package object uncore extends
|
|
|
|
uncore.constants.MemoryOpConstants with
|
2013-08-02 23:55:06 +02:00
|
|
|
uncore.constants.TileLinkSizeConstants with
|
|
|
|
uncore.constants.MemoryInterfaceConstants
|
2013-07-25 08:22:36 +02:00
|
|
|
{
|
|
|
|
implicit def toOption[A](a: A) = Option(a)
|
2012-12-12 09:05:28 +01:00
|
|
|
}
|