From: Anton Blanchard Date: Sat, 11 Jan 2020 03:43:50 +0000 (+1100) Subject: Removed unused core_terminated signal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ad3e2abfd4b344af040657cfe511b050761b786;p=microwatt.git Removed unused core_terminated signal 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 --- diff --git a/soc.vhdl b/soc.vhdl index fb8a36d..9b45b5d 100644 --- 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;