Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: 2ee47442f75d
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 5a7d18a61d3f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 7, 2019

  1. gateware.fx2_crossbar: rework to handle pipelining. (UPDATE FIRMWARE)

    This commit reverts all PF changes and avoids relying on FF to handle
    IN FIFO. Instead, the level of FX2-side FIFO is now mirrored on
    the FPGA side, and PKTEND is asserted at precisely the right cycle.
    
    Moreover, ZLPs are now sent when appropriate to avoid apparent hangs
    when issuing BULK IN URBs that are larger than one packet size.
    
    This commit doesn't yet correctly re-register the signals that are
    FX2 outputs, but it's very close.
    
    Overall, the crossbar is significantly simpler, shorter, faster and
    more reliable now, and the firmware is smaller.
    whitequark committed Apr 7, 2019
    Copy the full SHA
    5a7d18a View commit details
    Browse the repository at this point in the history