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,11 +1,10 @@
package rocket
import Chisel._
import Node._
import Constants._
import Instructions._
import Util._
import hwacha._
import uncore.constants.AddressConstants._
class Datapath(implicit conf: RocketConfiguration) extends Component
{