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/migen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3462687d9d2d
Choose a base ref
...
head repository: m-labs/migen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b54262dea591
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 17, 2016

  1. Copy the full SHA
    cdedf12 View commit details
  2. Copy the full SHA
    b54262d View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 migen/build/platforms/kc705.py
6 changes: 4 additions & 2 deletions migen/build/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -27,8 +27,10 @@
("user_dip_btn", 3, Pins("Y28"), IOStandard("LVCMOS25")),

("user_sma_clock", 0,
Subsignal("p", Pins("L25"), IOStandard("LVDS_25")),
Subsignal("n", Pins("K25"), IOStandard("LVDS_25"))
Subsignal("p", Pins("L25"), IOStandard("LVDS_25"),
Misc("DIFF_TERM=TRUE")),
Subsignal("n", Pins("K25"), IOStandard("LVDS_25"),
Misc("DIFF_TERM=TRUE"))
),
("user_sma_clock_p", 0, Pins("L25"), IOStandard("LVCMOS25")),
("user_sma_clock_n", 0, Pins("K25"), IOStandard("LVCMOS25")),