From: Benjamin Herrenschmidt Date: Wed, 2 Oct 2019 06:17:42 +0000 (+1000) Subject: fetch2: Remove blank line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1cf44cec858cf3b76b8a71528c6868a04d2c8a9;p=microwatt.git fetch2: Remove blank line Signed-off-by: Benjamin Herrenschmidt --- diff --git a/fetch2.vhdl b/fetch2.vhdl index f8aee81..99f92ee 100644 --- a/fetch2.vhdl +++ b/fetch2.vhdl @@ -99,7 +99,6 @@ begin -- If we are flushing or the instruction comes with a stop mark -- we tag it as invalid so it doesn't get decoded and executed if flush_in = '1' or v.stop_mark = '1' then - v.valid := '0'; end if;