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: 9fa367d486b4
Choose a base ref
...
head repository: whitequark/glasgow
compare: 7313098a16ca
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 26, 2018

  1. access: add name hints to generated TSTriples.

    This makes PNR reports more useful, e.g.:
    
    Info: Max frequency for clock 'lpcapplet_lclk_i_$glb_clk': 54.32 MHz (PASS at 30.00 MHz)
    
    instead of:
    
    Info: Max frequency for clock 'lpcapplet_tstriple2_i_$glb_clk': 46.29 MHz (PASS at 30.00 MHz)
    whitequark committed Nov 26, 2018
    Copy the full SHA
    cb093eb View commit details
    Browse the repository at this point in the history
  2. target.hardware: explicitly set clock constraint for sys_clk.

    The default doesn't work with nextpnr because of signal naming
    issues.
    whitequark committed Nov 26, 2018
    Copy the full SHA
    7313098 View commit details
    Browse the repository at this point in the history