Commit 2d7e81e1 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

always accept simulated (fake) timestamps...

parent c3fb1c5a
......@@ -656,7 +656,8 @@ begin
end loop;
end process;
timestamp_ready <= (others => '1');
sim_timestamp_ready_o <= '1'; -- fixme: do we care about flow control in simulations?
end generate gen_use_fake_timestamps;
......
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