Remove unused pipe_stop in Fetch1ToFetch2Type
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 25 Sep 2019 02:48:15 +0000 (12:48 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Sep 2019 01:34:33 +0000 (11:34 +1000)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
common.vhdl

index d7252f6002bccdf96a15c7332a1ffd0abc688b84..8f30d95b7990777624ed1a45aebb62add37f2601 100644 (file)
@@ -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