fix(vc707): fix 'dat' typo

This commit is contained in:
Matthew Brooks 2022-01-05 19:59:40 -08:00 committed by Matthew Brooks
parent db9173ad8b
commit 6b0bd4da4d
No known key found for this signature in database
GPG Key ID: 07CF0795CD2A57EB
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ _io = [
Subsignal("cmd", Pins("AP30")),
Subsignal("det", Pins("AP32")),
Subsignal("wp", Pins("AR32")),
Subsignal("dat", Pins("AR30 AU31 AV31 AT30")),
Subsignal("data", Pins("AR30 AU31 AV31 AT30")),
IOStandard("LVCMOS18"),
),