Commit 656898b6 authored by Maciej Lipinski's avatar Maciej Lipinski

[testbench->HACK] decrease the reset timer

Changed manual the value of the reset timer appropriately for
simulation. This is a temporary solution. a simulation generic
is needed to make the conv_common_gw work for both, simulation
and synthesis (similar to WRPC, etc)
parent 69f3c0e9
......@@ -548,7 +548,8 @@ begin
generic map
(
-- Reset time: 50ns * 2 * (10**6) = 100 ms
g_reset_time => 2*(10**6)
-- g_reset_time => 2*(10**6)
g_reset_time => 100
)
port map
(
......
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