change package name and sbt project name to rocket
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package Top {
|
||||
package rocket
|
||||
|
||||
import Chisel._;
|
||||
import Node._;
|
||||
@ -163,5 +163,3 @@ class rocketICache(sets: Int, assoc: Int) extends Component {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user