projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7910104
)
icache_tb: Initialize stop_mark
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 18 Oct 2019 23:26:09 +0000
(10:26 +1100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 30 Oct 2019 02:18:58 +0000
(13:18 +1100)
Too much red in gtkwave..
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
icache_tb.vhdl
patch
|
blob
|
history
diff --git
a/icache_tb.vhdl
b/icache_tb.vhdl
index a82912e44522c808712c002f74de5be78973f8df..a50cabe165fb4fca41ee818a6471db32054b03e0 100644
(file)
--- a/
icache_tb.vhdl
+++ b/
icache_tb.vhdl
@@
-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;