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

7 lines
140 B
Scala
Raw Normal View History

package object rocket extends
rocket.constants.ScalarOpConstants with
rocket.constants.VectorOpConstants
2012-10-08 05:15:54 +02:00
{
val START_ADDR = 0x2000
}