Skip to content

Commit 11e9ae6

Browse files
committed
bump gemmini-rocc-tests
1 parent 70ae98e commit 11e9ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

software/gemmini-rocc-tests

src/main/scala/gemmini/GemminiConfigs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ case class GemminiArrayConfig[T <: Data : Arithmetic, U <: Data, V <: Data](
381381

382382
// Datatype of the systolic array
383383
val limits = limitsOfDataType(weightType)
384-
header ++= s"typedef ${c_type(inputType)} elem_t;\n"
384+
header ++= s"typedef ${c_type(inputTypeProjected)} elem_t;\n"
385385
if (inputType.isInstanceOf[MxFloat] || inputType.isInstanceOf[Float] && !((inputType.asInstanceOf[Float].expWidth, inputType.asInstanceOf[Float].sigWidth) == (8, 24) || (inputType.asInstanceOf[Float].expWidth, inputType.asInstanceOf[Float].sigWidth) == (11, 53)))
386386
{
387387
header ++= "#define ELEM_T_IS_LOWPREC_FLOAT\n"

0 commit comments

Comments
 (0)