examples/versa_ecp5: Fix memtype.

This commit is contained in:
Florent Kermarrec 2021-10-07 13:44:36 +02:00
parent 460dcc0a9e
commit ba0012f881
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# General ------------------------------------------------------------------ # General ------------------------------------------------------------------
"device": "LFE5UM5G-45F-8BG381C", # FPGA device. "device": "LFE5UM5G-45F-8BG381C", # FPGA device.
"cpu": "vexriscv", # CPU type (ex vexriscv, serv, None) "cpu": "vexriscv", # CPU type (ex vexriscv, serv, None)
"memtype": "SDR", # DRAM type "memtype": "DDR3", # DRAM type
"uart": "rs232", # Type of UART interface (rs232, fifo) "uart": "rs232", # Type of UART interface (rs232, fifo)
# PHY ---------------------------------------------------------------------- # PHY ----------------------------------------------------------------------