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:
Guilherme Salustiano 2022-11-23 09:16:50 -03:00 committed by GitHub
parent 888b52d838
commit 570ea11744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")),