1
0

change package name and sbt project name to rocket

This commit is contained in:
Yunsup Lee 2012-02-25 17:09:26 -08:00
parent 8856e2b8bb
commit ca2e70454e

View File

@ -1,4 +1,4 @@
package Top { package rocket
import Chisel._ import Chisel._
import Constants._ import Constants._
@ -319,5 +319,3 @@ class CoherenceHubNoDir extends CoherenceHub {
} }
}