diff --git a/icache.vhdl b/icache.vhdl index a51209e..1119d29 100644 --- a/icache.vhdl +++ b/icache.vhdl @@ -820,4 +820,7 @@ begin end process; log_out <= log_data; end generate; + + events <= ev; + end;