projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01f3d2
)
Remove unused sequential signal from Fetch1ToIcacheType
author
Anton Blanchard
<anton@linux.ibm.com>
Tue, 15 Mar 2022 07:27:48 +0000
(18:27 +1100)
committer
Anton Blanchard
<anton@ozlabs.org>
Tue, 15 Mar 2022 07:27:48 +0000
(18:27 +1100)
GHDL synthesis is flagging a warning about this.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
common.vhdl
patch
|
blob
|
history
diff --git
a/common.vhdl
b/common.vhdl
index fb60ce3142edb2a1dac024183bc0af562bcab8f0..14a8801d7e84fd930c5b12557aa0226bad59658e 100644
(file)
--- a/
common.vhdl
+++ b/
common.vhdl
@@
-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);