1
0

Drive hmastlock low in Nasti-Hasti converter

This commit is contained in:
Andrew Waterman 2016-05-27 12:23:18 -07:00
parent e036d3a04a
commit 056d7ec93a

View File

@ -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),