change package name and sbt project name to rocket
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
package Top
|
||||
{
|
||||
package rocket
|
||||
|
||||
import Chisel._
|
||||
import Node._
|
||||
@ -249,5 +248,3 @@ class priorityEncoder(width: Int) extends Component
|
||||
|
||||
io.out := l_out;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user