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