add external memory request interface for vec unit
This commit is contained in:
@ -122,6 +122,9 @@ class rocketProc extends Component
|
||||
dpath.io.fpu <> fpu.io.dpath
|
||||
}
|
||||
|
||||
ctrl.io.ext_mem.req_val := Bool(false)
|
||||
dpath.io.ext_mem.req_val := Bool(false)
|
||||
|
||||
if (HAVE_VEC)
|
||||
{
|
||||
val vu = new vu()
|
||||
|
Reference in New Issue
Block a user