mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
fix(plataform.basys_3): V_sync is pin R19
Based in https://github.com/Digilent/digilent-xdc/blob/master/Basys-3-Master.xdc#LL129C34-L129C37
This commit is contained in:
parent
888b52d838
commit
570ea11744
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ _io = [
|
|||
# VGA
|
||||
("vga", 0,
|
||||
Subsignal("hsync_n", Pins("P19")),
|
||||
Subsignal("vsync_n", Pins("R18")),
|
||||
Subsignal("vsync_n", Pins("R19")),
|
||||
Subsignal("r", Pins("G19 H19 J19 N19")),
|
||||
Subsignal("g", Pins("J17 H17 G17 D17")),
|
||||
Subsignal("b", Pins("N18 L18 K18 J18")),
|
||||
|
|
Loading…
Reference in a new issue