From 056d7ec93a7d9f702ee2b1d736f44a38f3da07d7 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 27 May 2016 12:23:18 -0700 Subject: [PATCH] Drive hmastlock low in Nasti-Hasti converter --- junctions/src/main/scala/hasti.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/junctions/src/main/scala/hasti.scala b/junctions/src/main/scala/hasti.scala index 2dd32d64..a193bbd1 100644 --- a/junctions/src/main/scala/hasti.scala +++ b/junctions/src/main/scala/hasti.scala @@ -396,6 +396,7 @@ class HastiMasterIONastiIOConverter(implicit p: Parameters) extends HastiModule( io.hasti.hburst := HBURST_INCR io.hasti.hprot := UInt(0) io.hasti.hwdata := data + io.hasti.hmastlock := Bool(false) io.hasti.htrans := MuxLookup(state, HTRANS_IDLE, Seq( s_write -> Mux(io.nasti.w.valid, Mux(first, HTRANS_NONSEQ, HTRANS_SEQ),