Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-dmactive-bus-blocker' into a…
Browse files Browse the repository at this point in the history
…dd-dmactive-bus-blocker
  • Loading branch information
mwachs5 committed Feb 15, 2020
2 parents b1c685f + eba1fee commit 33749a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/devices/tilelink/Error.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TLError(params: DevNullParams, buffer: Boolean = true, beatBytes: Int = 4)
da.bits.corrupt := edge.hasData(da.bits)

if (params.acquire) {
val c = Queue(in.c, 1)
val c = if (buffer) {Queue(in.c, 1)} else in.c
val dc = Wire(in.d)

val c_last = edge.last(c)
Expand Down

0 comments on commit 33749a3

Please sign in to comment.