| commit | d81274eff3b567cf1ea28b6ec181889c1be5d1c6 | [log] [tgz] |
|---|---|---|
| author | Alex Van Damme <atv@google.com> | Thu Feb 29 15:46:34 2024 -0800 |
| committer | Alex Van Damme <atv@google.com> | Thu Feb 29 15:46:34 2024 -0800 |
| tree | f89dc076f33996683ab6fbf3f7509641502eb195 | |
| parent | aa9ac249270fa0efdecd86e8f8ed5aa3dc4b8c7e [diff] |
Set instructionLanes back to 4 - An increase to 8 was mistakenly in the previous commit. Change-Id: Ic7692b17d41e4c6881a3be1fa56567577ed30f1f
diff --git a/hdl/chisel/src/kelvin/Parameters.scala b/hdl/chisel/src/kelvin/Parameters.scala index 0080486..3546a74 100644 --- a/hdl/chisel/src/kelvin/Parameters.scala +++ b/hdl/chisel/src/kelvin/Parameters.scala
@@ -52,7 +52,7 @@ // Machine. val programCounterBits = 32 val instructionBits = 32 - val instructionLanes = 8 + val instructionLanes = 4 val vectorCountBits = log2Ceil(vectorBits / 8) + 1 + 2 // +2 stripmine