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: YosysHQ/nextpnr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smunaut/nextpnr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 31, 2021

  1. timing: Always split histogram with zero as a boundary

    If the timing histogram has both positive and negative numbers,
    then we ensure that zero is used as a boundary and that at least
    25% of the bins are dedicated to both positive and negative side
    so you get a decent level of details on both sides.
    
    Obviously that means bin size is different for positive / negative
    sides.
    
    Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
    smunaut committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    1dedf4c View commit details
    Browse the repository at this point in the history
  2. ice40: Use correct delays for LUT-permutation pips

    Signed-off-by: David Shah <dave@ds0.me>
    gatecat authored and smunaut committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0bfd4d3 View commit details
    Browse the repository at this point in the history
  3. ice40: Pack LUT and carry in more cases

    Signed-off-by: David Shah <dave@ds0.me>
    gatecat authored and smunaut committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    30582c9 View commit details
    Browse the repository at this point in the history
  4. [WIP] ice40: Initial placement

    Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
    smunaut committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    58e2299 View commit details
    Browse the repository at this point in the history
  5. ecp5 fix for placement

    smunaut committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    8e0173b View commit details
    Browse the repository at this point in the history
Loading