1
0

hook up the vector command queue

This commit is contained in:
Yunsup Lee
2012-02-09 01:28:16 -08:00
parent 8b6b0f5367
commit fcc8081c4d
6 changed files with 396 additions and 180 deletions

View File

@ -129,11 +129,8 @@ class rocketProc extends Component
{
val vu = new vu()
vu.io.vec_cmdq <> ctrl.io.vcmdq
vu.io.vec_cmdq <> dpath.io.vcmdq
vu.io.vec_ximm1q <> ctrl.io.vximm1q
vu.io.vec_ximm1q <> dpath.io.vximm1q
vu.io.vec_ximm2q <> ctrl.io.vximm2q
vu.io.vec_ximm2q <> dpath.io.vximm2q
}
}