Commit f9f8b764 authored by Tristan Gingold's avatar Tristan Gingold

golden_wr: adjust after renaming of template to base.

parent 6a88647a
......@@ -16,7 +16,7 @@ syn_top = "svec_golden_wr"
board = "svec"
ctrls = ["bank4_64b_32b"]
svec_template_ucf = ['ddr4', 'wr', 'gpio', 'led']
svec_base_ucf = ['ddr4', 'wr', 'gpio', 'led']
files = [ "buildinfo_pkg.vhd" ]
......
......@@ -150,6 +150,7 @@ architecture top of svec_golden is
begin
inst_svec_base: entity work.svec_base_wr
generic map (
g_DECODE_AM => False,
g_with_vic => True,
g_with_onewire => True,
g_with_spi => True,
......
......@@ -217,8 +217,9 @@ architecture top of svec_golden_wr is
signal pps_p : std_logic;
begin
inst_svec_template: entity work.svec_template_wr
inst_svec_base: entity work.svec_base_wr
generic map (
g_DECODE_AM => False,
g_with_vic => True,
g_with_onewire => False,
g_with_spi => True,
......
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