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 8a6eb81..1a5870a 100644 --- a/nmigen_boards/versa_ecp5.py +++ b/nmigen_boards/versa_ecp5.py @@ -55,7 +55,7 @@ class VersaECP5Platform(LatticeECP5Platform): ), *SPIFlashResources(0, - cs="R2", clk="U3", cipo="W2", copi="V2", wp="Y2", hold="W1", + cs_n="R2", clk="U3", cipo="W2", copi="V2", wp_n="Y2", hold_n="W1", attrs=Attrs(IO_TYPE="LVCMOS33") ), |
