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

9 lines
177 B
Scala
Raw Normal View History

2014-09-13 03:06:41 +02:00
// See LICENSE for license details.
package object rocket extends
rocket.constants.ScalarOpConstants with
rocket.constants.VectorOpConstants
2012-10-08 05:15:54 +02:00
{
val START_ADDR = 0x2000
}