From 79b64baefc8c1d174defd7523a5bd6d84225ee96 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 25 Sep 2019 12:48:15 +1000 Subject: [PATCH] Remove unused pipe_stop in Fetch1ToFetch2Type Signed-off-by: Benjamin Herrenschmidt --- common.vhdl | 1 - 1 file changed, 1 deletion(-) 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