1
0

Make compatible with scala 2.10. List.sort deprecated. Refactor constants into package object.

This commit is contained in:
Henry Cook
2013-07-23 20:26:17 -07:00
parent 5c00d0a030
commit 9abdf4e154
22 changed files with 22 additions and 60 deletions

View File

@ -1,8 +1,6 @@
package rocket
import Chisel._
import Node._
import Constants._
import uncore._
import Util._