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: 01e23439784c
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: 70bc4ecb59e6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 1, 2015

  1. Copy the full SHA
    aea7308 View commit details
  2. Copy the full SHA
    70bc4ec View commit details
Showing with 7 additions and 7 deletions.
  1. +3 −3 mibuild/platforms/minispartan6.py
  2. +4 −4 mibuild/platforms/pipistrello.py
6 changes: 3 additions & 3 deletions mibuild/platforms/minispartan6.py
Original file line number Diff line number Diff line change
@@ -61,12 +61,12 @@
IOStandard("LVCMOS33"), Misc("SLEW=FAST")
),

("ftdi_fifo", 0,
("usb_fifo", 0,
Subsignal("data", Pins("M7 N6 M6 P5 N5 P4 P2 P1")),
Subsignal("rxf_n", Pins("N3")),
Subsignal("txe_n", Pins("N1")),
Subsignal("rd_n", Pins("M2")),
Subsignal("wr_n", Pins("M1")),
Subsignal("rd_n", Pins("M1")),
Subsignal("wr_n", Pins("M2")),
Subsignal("siwua", Pins("M3")),
IOStandard("LVCMOS33"), Drive(8), Misc("SLEW=FAST")
),
8 changes: 4 additions & 4 deletions mibuild/platforms/pipistrello.py
Original file line number Diff line number Diff line change
@@ -23,10 +23,10 @@

("usb_fifo", 0,
Subsignal("data", Pins("A11 A10 C10 A9 B9 A8 B8 A7")),
Subsignal("rxf", Pins("C7")),
Subsignal("txe", Pins("A6")),
Subsignal("rd", Pins("B6")),
Subsignal("wr", Pins("A5")),
Subsignal("rxf_n", Pins("C7")),
Subsignal("txe_n", Pins("A6")),
Subsignal("rd_n", Pins("B6")),
Subsignal("wr_n", Pins("A5")),
Subsignal("siwua", Pins("C5")),
IOStandard("LVTTL"),
),