Skip to content

Commit

Permalink
platforms/minispartan6: add ftdi_fifo pins
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Mar 22, 2015
1 parent 200979f commit de31103
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mibuild/platforms/minispartan6.py
Expand Up @@ -62,6 +62,16 @@
IOStandard("LVCMOS33"), Misc("SLEW=FAST")
),

("ftdi_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("siwua", Pins("M3")),
IOStandard("LVCMOS33"), Drive(8), Misc("SLEW=FAST")
),

("sd", 0,
Subsignal("sck", Pins("L12")),
Subsignal("d3", Pins("K12")),
Expand Down

0 comments on commit de31103

Please sign in to comment.