Merge pull request #318 from Logicwax/master

fix(vc707): fix 'dat' typo
This commit is contained in:
enjoy-digital 2022-01-06 08:49:24 +01:00 committed by GitHub
commit fd70f5f125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"),
),