projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b0b9a
)
Remove unused pipe_stop in Fetch1ToFetch2Type
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 25 Sep 2019 02:48:15 +0000
(12:48 +1000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/common.vhdl
b/common.vhdl
index d7252f6002bccdf96a15c7332a1ffd0abc688b84..8f30d95b7990777624ed1a45aebb62add37f2601 100644
(file)
--- 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