aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/versa_ecp5.py
diff options
context:
space:
mode:
authorOguz Meteer <info@guztech.nl>2020-08-14 20:12:47 +0200
committerwhitequark <whitequark@whitequark.org>2020-08-15 08:38:24 +0000
commit2bdf05ff80ccd01e5b0ff09ca48f9340c331c193 (patch)
treeea04b5614ca7d5715eb477092ee5faed9a163316 /nmigen_boards/versa_ecp5.py
parent689a76207a61433b802ccdc96f5ffc3d07d81cec (diff)
Use correct IO attribute for ECP5 FPGAs
This changes several incorrect IO_STANDARD attributes to IO_TYPE. Signed-off-by: Oguz Meteer <info@guztech.nl>
Diffstat (limited to 'nmigen_boards/versa_ecp5.py')
-rw-r--r--nmigen_boards/versa_ecp5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/versa_ecp5.py b/nmigen_boards/versa_ecp5.py
index 3ea5858..8a6eb81 100644
--- a/nmigen_boards/versa_ecp5.py
+++ b/nmigen_boards/versa_ecp5.py
@@ -56,7 +56,7 @@ class VersaECP5Platform(LatticeECP5Platform):
*SPIFlashResources(0,
cs="R2", clk="U3", cipo="W2", copi="V2", wp="Y2", hold="W1",
- attrs=Attrs(IO_STANDARD="LVCMOS33")
+ attrs=Attrs(IO_TYPE="LVCMOS33")
),
Resource("eth_clk125", 0, Pins("L19", dir="i"),