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: m-labs/nmigen
base: 27063a3bd33e
Choose a base ref
...
head repository: m-labs/nmigen
compare: 434b686d5e6a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 4, 2019

  1. vendor.xilinx_spartan_3_6: reconsider bitgen defaults.

    Previously changed in 27063a3.
    
    I haven't realized the .bin file is the same as the .bit file without
    a small header. That means generating it is free and it's just easier
    to let programming tools to be able to always rely on its existence.
    whitequark committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    3d7214c View commit details
    Browse the repository at this point in the history
  2. vendor.xilinx_{spartan_3_6,7series}: reconsider default reset logic.

    On Xilinx devices, flip-flops are reset to their initial state with
    an internal global reset network, but this network is deasserted
    asynchronously to user clocks. Use BUFGCE and STARTUP to hold default
    clock low until after GWE is deasserted.
    whitequark committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    434b686 View commit details
    Browse the repository at this point in the history