1
0
Fork 0

Hook up resp_type to vector unit

This commit is contained in:
Daiwei Li 2012-02-21 18:20:32 -08:00
parent cfd79c731b
commit 22f8dd0994
1 changed files with 1 additions and 0 deletions

View File

@ -161,5 +161,6 @@ class rocketProc extends Component
vu.io.dmem_resp.bits.nack := ctrl.io.ext_mem.resp_nack
vu.io.dmem_resp.bits.data := dpath.io.ext_mem.resp_data
vu.io.dmem_resp.bits.tag := dpath.io.ext_mem.resp_tag
vu.io.dmem_resp.bits.typ := dpath.io.ext_mem.resp_type
}
}