From: Anton Blanchard Date: Sun, 12 Jun 2022 11:04:16 +0000 (+1000) Subject: core: Remove unused icache_inv signal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a527d9b95994e75d1fc1b56835b76ead9c7c9edd;p=microwatt.git core: Remove unused icache_inv signal Signed-off-by: Anton Blanchard --- diff --git a/core.vhdl b/core.vhdl index 7614e93..b18f09a 100644 --- a/core.vhdl +++ b/core.vhdl @@ -117,7 +117,6 @@ architecture behave of core is signal complete: instr_tag_t; signal terminate: std_ulogic; signal core_rst: std_ulogic; - signal icache_inv: std_ulogic; signal do_interrupt: std_ulogic; -- Delayed/Latched resets and alt_reset