1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-18 00:07:20 +00:00

icache_tb: Initialize stop_mark

Too much red in gtkwave..

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt
2019-10-19 10:26:09 +11:00
parent 79101041d6
commit b1424e859e

View File

@@ -68,6 +68,7 @@ begin
begin
i_out.req <= '0';
i_out.nia <= (others => '0');
i_out.stop_mark <= '0';
wait for 4*clk_period;