1
0
Fork 0

fix ctrl vec iface hookup

This commit is contained in:
Yunsup Lee 2012-02-23 22:55:12 -08:00
parent 7b3cce79e3
commit bf1e643913
1 changed files with 1 additions and 6 deletions

View File

@ -597,12 +597,7 @@ class rocketCtrl extends Component
io.vec_dpath <> vec.io.dpath
io.vec_iface.vcmdq_valid := vec.io.iface.vcmdq_valid
io.vec_iface.vximm1q_valid := vec.io.iface.vximm1q_valid
io.vec_iface.vximm2q_valid := vec.io.iface.vximm2q_valid
vec.io.iface.vcmdq_ready := io.vec_iface.vcmdq_ready
vec.io.iface.vximm1q_ready := io.vec_iface.vximm1q_ready
vec.io.iface.vximm2q_ready := io.vec_iface.vximm2q_ready
io.vec_iface <> vec.io.iface
vec_replay = vec.io.replay
vec_cpfence = Reg(resetVal = Bool(false))