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: b9cfcaf10b46
Choose a base ref
...
head repository: azonenberg/openfpga
compare: f952d282897d
Choose a head ref
  • 3 commits
  • 15 files changed
  • 1 contributor

Commits on Jun 1, 2018

  1. xc2par: Fix bug where sometimes input graph generation would panic

    The algorithm assumes that all "macrocell-related" intermediate graph
    objects are already in the map. This assumption was violated because of
    forgetting to add every macrocell bit coming out of the gather function
    (only the bit directly returned by the gather function was added).
    ArcaneNibble committed Jun 1, 2018
    Copy the full SHA
    3495ad7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fef56d1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f952d28 View commit details
    Browse the repository at this point in the history