1
0

simplify and improve multiplier

This commit is contained in:
Andrew Waterman
2012-10-06 17:32:01 -07:00
parent 1864e41361
commit 27ddff1adb
2 changed files with 17 additions and 40 deletions

View File

@ -252,7 +252,7 @@ class rocketDpath extends Component
io.ctrl.div_result_val := div.io.resp_val
// multiplier
var mul_io = new rocketMultiplier().io
var mul_io = new rocketMultiplier(unroll = 6).io
if (HAVE_VEC)
{
val vu_mul = new rocketVUMultiplier(nwbq = 1)