examples/versa_ecp5.yml: enable CPU (required for DDR3 calibration), update copyright
This commit is contained in:
parent
bb683a69ea
commit
e5e4f528d4
|
@ -1,9 +1,9 @@
|
||||||
# This file is Copyright (c) 2018-2019 Florent Kermarrec <florent@enjoy-digital.fr>
|
# This file is Copyright (c) 2020 Stefan Schrijvers <ximin@ximinity.net>
|
||||||
# License: BSD
|
# License: BSD
|
||||||
|
|
||||||
{
|
{
|
||||||
# General ------------------------------------------------------------------
|
# General ------------------------------------------------------------------
|
||||||
"cpu": None, # Type of CPU used for init/calib (vexriscv, lm32)
|
"cpu": "vexriscv", # Type of CPU used for init/calib (vexriscv, lm32)
|
||||||
"memtype": "DDR3", # DRAM type
|
"memtype": "DDR3", # DRAM type
|
||||||
|
|
||||||
# PHY ----------------------------------------------------------------------
|
# PHY ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue