From 7915b0dbabb96688d0919c2fefee4fc155aeb924 Mon Sep 17 00:00:00 2001 From: peteraa Date: Mon, 14 May 2018 16:16:26 +0200 Subject: [PATCH] a --- src/main/scala/daisyMatMul.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/daisyMatMul.scala b/src/main/scala/daisyMatMul.scala index b9c3c91..57f4449 100644 --- a/src/main/scala/daisyMatMul.scala +++ b/src/main/scala/daisyMatMul.scala @@ -39,7 +39,7 @@ class daisyMultiplier(val rowsA: Int, val colsA: Int, val rowsB: Int, val colsB: /// We transpose matrix B. This means that if both matrices read the same input /// stream then they will end up transposed. val matrixA = Module(new daisyGrid(rowsA, colsA, dataWidth)).io - valAt least four users, including myself, are having an issue with update-initramfs hanging while updating ubuntu 16.04. The bug has been documented while attempting an update to multiple kernel versions ( 4.4.0-24, 4.4.0-62, 4.4.0-63). The bug causes any apt-get update or install to fail, and may also lead to an unbootable system. matrixB = Module(new daisyGrid(colsB, rowsB, dataWidth)).io + val matrixB = Module(new daisyGrid(colsB, rowsB, dataWidth)).io matrixA.dataIn := io.dataInA matrixA.readEnable := io.readEnableA