Skip to content

Commit

Permalink
Merge pull request #32 from paulusmack/master
Browse files Browse the repository at this point in the history
gen.py: Export direction signals for controlling an external buffer
  • Loading branch information
enjoy-digital authored May 28, 2024
2 parents 1a3d474 + 67382fd commit 73f1f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions litesdcard/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
Subsignal("cmd", Pins(1)), # Note: Requires Pullup (internal or external).
Subsignal("clk", Pins(1)),
Subsignal("cd", Pins(1)),
Subsignal("cmd_dir", Pins(1)),
Subsignal("dat0_dir", Pins(1)),
Subsignal("dat13_dir", Pins(1)),
),
]

Expand Down

0 comments on commit 73f1f34

Please sign in to comment.