Skip to content
Snippets Groups Projects
Commit df561bd1 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use g_tree_len = 0 in common_areset for wr_init. To fix failing tb in aduh and...

Use g_tree_len = 0 in common_areset for wr_init. To fix failing tb in aduh and tb_lofar2_unb2c_sdp_station_adc_jesd.
parent 70f5e72a
No related branches found
No related tags found
1 merge request!416Use g_tree_len = 0 in common_areset for wr_init. To fix failing tb in aduh and...
Pipeline #89769 passed
......@@ -87,7 +87,8 @@ begin
u_wr_init : entity work.common_areset
generic map (
g_rst_level => '1',
g_delay_len => 4
g_delay_len => 4,
g_tree_len => 0
)
port map (
in_rst => wr_rst,
......
......@@ -106,7 +106,8 @@ begin
u_wr_init : entity work.common_areset
generic map (
g_rst_level => '1',
g_delay_len => 4
g_delay_len => 4,
g_tree_len => 0
)
port map (
in_rst => wr_rst,
......
......@@ -101,7 +101,8 @@ begin
u_fifo_init : entity work.common_areset
generic map (
g_rst_level => '1',
g_delay_len => 4
g_delay_len => 4,
g_tree_len => 0
)
port map (
in_rst => fifo_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment