From: Benjamin Herrenschmidt Date: Wed, 25 Sep 2019 02:48:15 +0000 (+1000) Subject: Remove unused pipe_stop in Fetch1ToFetch2Type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79b64baefc8c1d174defd7523a5bd6d84225ee96;p=microwatt.git Remove unused pipe_stop in Fetch1ToFetch2Type Signed-off-by: Benjamin Herrenschmidt --- diff --git a/common.vhdl b/common.vhdl index d7252f6..8f30d95 100644 --- a/common.vhdl +++ b/common.vhdl @@ -14,7 +14,6 @@ package common is type Fetch1ToFetch2Type is record nia: std_ulogic_vector(63 downto 0); - pipe_stop : std_ulogic; end record; type Fetch2ToDecode1Type is record