fetch1: Fix compiler warning with newer ghdl
This fixes the following warning:
fetch1.vhdl:293:18⚠️ declaration of "eaa_priv" hides signal "eaa_priv" [-Whide]
variable eaa_priv : std_ulogic;
^
In fact the signal "eaa_priv" is unused, so remove it.
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pull/427/head
parent
7f781b835d
commit
0605039974
Loading…
Reference in New Issue