Advertisement
Guest User

Untitled

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