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: 99ba3f819bd9
Choose a base ref
...
head repository: whitequark/glasgow
compare: 1d8e1d07de87
Choose a head ref
  • 16 commits
  • 51 files changed
  • 4 contributors

Commits on Dec 21, 2018

  1. gateware.boneless: nicer naming in tests. NFC.

    This mostly affects nMigen.
    whitequark committed Dec 21, 2018
    Copy the full SHA
    dcfaa31 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Copy the full SHA
    85f9279 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Copy the full SHA
    0fed553 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1b813b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. protocol.jtag_svf: accept and ignore whitespace in scan data.

    This is not explicitly described in the SVF specification, but is
    relied on by real-world tools.
    gregdavill authored and whitequark committed Jan 13, 2019
    Copy the full SHA
    12ba012 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c3fd19 View commit details
    Browse the repository at this point in the history
  3. applet.spi_master: fix writes to count register.

    In RECV-COUNT-LSB, this used to overwrite the high bits of count.
    
    Fixes GlasgowEmbedded#76.
    smunaut authored and whitequark committed Jan 13, 2019
    Copy the full SHA
    e5cc0cf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c739bd9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2902476 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e193699 View commit details
    Browse the repository at this point in the history
  7. applet.spi_flash_25c: identify flashes without command 0x90 support.

    Such flashes return 0xff as short manufacturer ID, and we might
    as well display the long manufacturer ID.
    smunaut authored and whitequark committed Jan 13, 2019
    Copy the full SHA
    d15d5f8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d429c35 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ec6e3ca View commit details
    Browse the repository at this point in the history
  10. 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
  11. Copy the full SHA
    52038d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Copy the full SHA
    1d8e1d0 View commit details
    Browse the repository at this point in the history