Advertisement
Guest User

Untitled

a guest
Jan 8th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.70 KB | None | 0 0
  1. diff --git a/litex_boards/official/platforms/nexys4ddr.py b/litex_boards/official/platforms/nexys4ddr.py
  2. index 2c245b1..4436ff0 100644
  3. --- a/litex_boards/official/platforms/nexys4ddr.py
  4. +++ b/litex_boards/official/platforms/nexys4ddr.py
  5. @@ -99,6 +99,13 @@ _io = [
  6.          Subsignal("int_n", Pins("D8")),
  7.          IOStandard("LVCMOS33")
  8.       ),
  9. +
  10. +    ("sdcard", 0,
  11. +        Subsignal("data", Pins("C2 E1 F1 D2"), Misc("PULLUP True")),
  12. +        Subsignal("cmd", Pins("C1"), Misc("PULLUP True")),
  13. +        Subsignal("clk", Pins("B1")),
  14. +        IOStandard("LVCMOS33"), Misc("SLEW=FAST")
  15. +    ),
  16.  ]
  17.  
  18.  # Platform -----------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement