From 60554825135f0dfa34e6fccf7b912eb935b4a016 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Thu, 7 Jul 2016 12:12:39 -0700 Subject: [PATCH] make sure write channel id is actually set --- junctions/src/main/scala/nasti.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/junctions/src/main/scala/nasti.scala b/junctions/src/main/scala/nasti.scala index 0e9b6a59..49248119 100644 --- a/junctions/src/main/scala/nasti.scala +++ b/junctions/src/main/scala/nasti.scala @@ -186,6 +186,7 @@ object NastiWriteDataChannel { w.strb := strb.getOrElse(Fill(w.nastiWStrobeBits, UInt(1, 1))) w.data := data w.last := last + w.id := id w.user := UInt(0) w }