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 946e0c6e4e
commit 94ba32bbd3
25 changed files with 26 additions and 58 deletions

View File

@ -1,4 +1,4 @@
package Top {
package rocket
import Chisel._
import Node._;
@ -816,5 +816,3 @@ class rocketCtrl extends Component
io.ext_mem.resp_nack:= mem_reg_ext_mem_val && !wb_reg_ext_mem_nack && (io.dmem.req_kill || io.dmem.resp_nack || Reg(!io.dmem.req_rdy))
}
}