Skip to content
Snippets Groups Projects
Commit 515e127a authored by Pepping's avatar Pepping
Browse files

UPdated the default register value from all '1's to a single '1'

parent 7176cc45
Branches
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ BEGIN
g_in_new_latency => 1,
g_readback => TRUE,
g_reg => c_mm_reg,
g_init_reg => (OTHERS => '1')
g_init_reg => TO_UVEC(1, c_word_w)
)
PORT MAP (
-- Clocks and reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment