platforms/digilent_nexys_video: add missing CD pin

This commit is contained in:
Gabriel Somlo 2022-01-17 15:58:26 -05:00
parent 12fa844b56
commit 834125e978
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ _io = [
Subsignal("data", Pins("V19 T21 T20 U18"), Misc("PULLUP True")),
Subsignal("cmd", Pins("W20"), Misc("PULLUP True")),
Subsignal("clk", Pins("W19")),
Subsignal("cd", Pins("T18")),
Misc("SLEW=FAST"),
IOStandard("LVCMOS33"),
),