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: whitequark/glasgow
base: ec6e3ca0b25e
Choose a base ref
...
head repository: whitequark/glasgow
compare: 9f325b85e96c
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 13, 2019

  1. gateware: use SB_GB_IO instead of SB_IO+SB_GB to reduce delay.

    Unfortunately, this takes liberties with the FX2 interface; the data
    is now captured on falling edge, so instead of one full cycle of
    data validity there is only a half cycle. However, the FX2 interface
    was certainly broken before, and it seems less broken to me now, so
    I am committing this anyway.
    
    Ideally, the FX2 interface would register the input on the next
    rising edge. However, this would add two registers in the input path,
    and we are already using the INFM1 bit in the FX2. Therefore, adding
    this register would require a radical rethinking of the entire FX2
    interface.
    
    See GlasgowEmbedded#89.
    whitequark committed Jan 13, 2019
    Copy the full SHA
    9f325b8 View commit details
    Browse the repository at this point in the history