1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-09 14:13:31 +00:00

Remove unused sequential signal from Fetch1ToIcacheType

GHDL synthesis is flagging a warning about this.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2022-03-15 18:27:48 +11:00
committed by Anton Blanchard
parent f01f3d233a
commit 0b39947f8d

View File

@@ -200,7 +200,6 @@ package common is
priv_mode : std_ulogic;
big_endian : std_ulogic;
stop_mark: std_ulogic;
sequential: std_ulogic;
predicted : std_ulogic;
pred_ntaken : std_ulogic;
nia: std_ulogic_vector(63 downto 0);