Commit d34e46df authored by Tristan Gingold's avatar Tristan Gingold

golden: enable ddr4

parent 7937508d
......@@ -16,7 +16,7 @@ syn_top = "svec_golden"
board = "svec"
ctrls = ["bank4_64b_32b"]
svec_base_ucf = []
svec_base_ucf = ['ddr4']
files = [ "buildinfo_pkg.vhd" ]
......
......@@ -154,7 +154,7 @@ begin
g_with_onewire => True,
g_with_spi => True,
g_with_wr => False,
g_with_ddr4 => False,
g_with_ddr4 => True,
g_with_ddr5 => False,
g_app_offset => x"0000_0000",
g_num_user_irq => 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment