pulp-platform / axi_llc

Other
21 stars 15 forks source link

Use upstream `axi_demux` in the `axi_llc_top` #3

Closed thommythomaso closed 1 year ago

thommythomaso commented 2 years ago

Currently, a non-standard AXI4 demultiplexer (axi_llc_demux) is required by the LLC to properly work. We suspect improperly handled backpressure to be the reason why the upstream demultiplexer does not work properly.

thommythomaso commented 1 year ago

Updated AXI to v0.39.0 in #5. Fixed.