diff options
Diffstat (limited to 'nmigen_boards/versa_ecp5.py')
| -rw-r--r-- | nmigen_boards/versa_ecp5.py | 2 |
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"), |
