1
0

constants as traits

This commit is contained in:
Henry Cook
2012-10-07 20:15:54 -07:00
parent b5ff436092
commit dfdfddebe8
18 changed files with 128 additions and 75 deletions

View File

@ -1,9 +1,9 @@
package rocket
import Chisel._;
import Node._;
import Constants._;
import scala.math._;
import Chisel._
import Node._
import Constants._
import scala.math._
class ioHellaCacheArbiter(n: Int) extends Bundle
{