projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c5cf3
)
Removed unused core_terminated signal
author
Anton Blanchard
<anton@linux.ibm.com>
Sat, 11 Jan 2020 03:43:50 +0000
(14:43 +1100)
committer
Anton Blanchard
<anton@ozlabs.org>
Sat, 11 Jan 2020 03:43:50 +0000
(14:43 +1100)
Right now it's unused. We can add it back when we add an LED to signify
the core has terminated.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
soc.vhdl
patch
|
blob
|
history
diff --git
a/soc.vhdl
b/soc.vhdl
index fb8a36d4f1619b0220e60f4a6cbfe7ae912019de..9b45b5df38a8311b803de681cb54d23798e847e9 100644
(file)
--- a/
soc.vhdl
+++ b/
soc.vhdl
@@
-26,10
+26,7
@@
entity soc is
-- UART0 signals:
uart0_txd : out std_ulogic;
- uart0_rxd : in std_ulogic;
-
- -- Misc (to use for things like LEDs)
- core_terminated : out std_ulogic
+ uart0_rxd : in std_ulogic
);
end entity soc;