Commit 6e3d23eb authored by Tristan Gingold's avatar Tristan Gingold

spec golden: adjust generics.

parent a10b838b
......@@ -162,12 +162,13 @@ architecture top of spec_golden_wr is
begin
inst_template: entity work.spec_template_wr
generic map (
g_with_vic => True,
g_with_onewire => False,
g_with_spi => False,
g_WITH_DDR => False,
g_dpram_initf => g_dpram_initf,
g_simulation => g_simulation
g_WITH_VIC => True,
g_WITH_ONEWIRE => False,
g_WITH_SPI => False,
g_WITH_DDR => False,
g_WITH_WR => True,
g_dpram_initf => g_dpram_initf,
g_simulation => g_simulation
)
port map (
clk_125m_pllref_p_i => clk_125m_pllref_p_i,
......
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