1
0
rocket-chip/src/main/scala/uncore/axi4
Wesley W. Terpstra a5ac106bb8 axi4 ToTL: fix decode error arbitration (#417)
When selecting between error generation on R and real data on R,
correctly calculate the R backpressure.

This bug manifests when a valid request is immediately followed by
an invalid request, wedging the R channel.
2016-10-24 22:15:19 -07:00
..
Buffer.scala axi4: add a Buffer to put between nodes 2016-10-12 17:08:52 -07:00
Bundles.scala axi4 Bundles: add a size calculation helper 2016-10-16 22:04:01 -07:00
Fragmenter.scala axi4: ensure we accept AR before reporting R (#411) 2016-10-21 21:02:05 -07:00
Nodes.scala axi4: name AdapterNode parameters properly 2016-10-12 17:02:02 -07:00
package.scala diplomacy: add NodeHandles to support abstraction 2016-10-10 13:15:25 -07:00
Parameters.scala axi4: prototype Fragmenter 2016-10-12 17:08:49 -07:00
Protocol.scala axi4: diplomacy capable AXI4 2016-10-10 11:21:50 -07:00
RegisterRouter.scala tilelink2 axi4: RegisterRouter can cut ready dependency 2016-10-12 17:02:01 -07:00
SRAM.scala axi4: SRAM for testing 2016-10-10 11:21:50 -07:00
Test.scala axi4: Test ToTL 2016-10-16 22:04:06 -07:00
ToTL.scala axi4 ToTL: fix decode error arbitration (#417) 2016-10-24 22:15:19 -07:00