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.42 KB | None | 0 0
  1. diff --git a/litesdcard/phy.py b/litesdcard/phy.py
  2. index 3a13606..9ac8c6e 100644
  3. --- a/litesdcard/phy.py
  4. +++ b/litesdcard/phy.py
  5. @@ -603,6 +603,8 @@ class SDPHY(Module, AutoCSR):
  6.          if hasattr(pads, "sel"):
  7.              self.voltage_sel = CSRStorage()
  8.              self.comb += pads.sel.eq(self.voltage_sel.storage)
  9. +        if hasattr(pads, "rst_p"):
  10. +            self.comb += pads.rst_p.eq(0)
  11.  
  12.          # # #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement