commit | 0a5012dac31defec46ced59c1a3110f93e40ec21 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Mon Mar 04 13:17:38 2024 -0800 |
committer | Alex Van Damme <atv@google.com> | Mon Mar 04 13:59:08 2024 -0800 |
tree | 7fc4b8b6f746685fdd323223cfec5db9f91fc7be | |
parent | a098a65e1df1d427baec8b77045028a2e646fe30 [diff] |
Set cmdqDepth in VConvControl to instructionLanes - This lets the testbench pass on instructionLanes configurations other than 4. Change-Id: Ic5647aaa0c1cb38694ebaae8bfbea5365af515dc
diff --git a/hdl/chisel/src/kelvin/vector/VConvCtrl.scala b/hdl/chisel/src/kelvin/vector/VConvCtrl.scala index ebea853..5069088 100644 --- a/hdl/chisel/src/kelvin/vector/VConvCtrl.scala +++ b/hdl/chisel/src/kelvin/vector/VConvCtrl.scala
@@ -39,7 +39,7 @@ }) // A usable depth of outstanding commands. - val cmdqDepth = 4 + val cmdqDepth = p.instructionLanes val e = new VEncodeOp()