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: 09e9824f43d6
Choose a base ref
...
head repository: whitequark/glasgow
compare: f3b3bd728b58
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 6, 2019

  1. target.hardware: explicitly tristate unused pins.

    This was already fixed in 71bcdbb, but on revC, the default pullup
    on iCE40 IOs and the truth table of the level shifters means that any
    undriven OE FPGA pins will cause the corresponding level shifter to
    drive 1.
    whitequark committed Feb 6, 2019
    Copy the full SHA
    8f1c016 View commit details
    Browse the repository at this point in the history
  2. target.hardware: factor in the platform choose logic.

    This used to live in cli, which is definitely not the right place.
    This commit also fixes tests.
    whitequark committed Feb 6, 2019
    Copy the full SHA
    f3b3bd7 View commit details
    Browse the repository at this point in the history