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: azonenberg/openfpga
base: 4b7c17ec881e
Choose a base ref
...
head repository: azonenberg/openfpga
compare: 99071193a75f
Choose a head ref
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 23, 2018

  1. Copy the full SHA
    58ba509 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    92e5083 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e5f5bc5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b3c00b9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c6c7b6d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    28375c1 View commit details
    Browse the repository at this point in the history
  7. xc2par: Clean up try_assign_fb

    It now outputs the "scoring" outputs to a dummy output. It also makes
    its own copy of the input assignments rather than carefully mutating and
    un-mutating. These together try and prevent bugs.
    ArcaneNibble committed Mar 23, 2018
    Copy the full SHA
    61973d5 View commit details
    Browse the repository at this point in the history
  8. xc2par: Deduplicate macrocell parsing

    One mystery solved: the old code had a bug that was causing loc fields
    to get out of sync which caused the workaround of just updating
    everything once each iteration. This isn't needed.
    ArcaneNibble committed Mar 23, 2018
    Copy the full SHA
    bc3770b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9907119 View commit details
    Browse the repository at this point in the history