1
0

massive refactoring of vector constants

This commit is contained in:
Yunsup Lee
2012-02-25 15:55:10 -08:00
parent 3980120279
commit 3839e3a318
3 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@ class ioDpathAll extends Bundle()
val vec_ctrl = new ioCtrlDpathVec().flip()
val vec_iface = new ioDpathVecInterface()
val vec_imul_req = new io_imul_req
val vec_imul_resp = Bits(hwacha.Config.DEF_XLEN, INPUT)
val vec_imul_resp = Bits(hwacha.Constants.SZ_XLEN, INPUT)
}
class rocketDpath extends Component