1
0

add external memory request interface for vec unit

This commit is contained in:
Andrew Waterman
2012-02-08 22:30:45 -08:00
parent 9285a52f25
commit 8b6b0f5367
4 changed files with 41 additions and 25 deletions

View File

@ -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()