examples/versa_ecp5: Fix memtype.
This commit is contained in:
parent
460dcc0a9e
commit
ba0012f881
|
@ -8,7 +8,7 @@
|
|||
# General ------------------------------------------------------------------
|
||||
"device": "LFE5UM5G-45F-8BG381C", # FPGA device.
|
||||
"cpu": "vexriscv", # CPU type (ex vexriscv, serv, None)
|
||||
"memtype": "SDR", # DRAM type
|
||||
"memtype": "DDR3", # DRAM type
|
||||
"uart": "rs232", # Type of UART interface (rs232, fifo)
|
||||
|
||||
# PHY ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue