1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-26 16:53:16 +00:00

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 <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2020-01-11 14:43:50 +11:00
committed by Anton Blanchard
parent 14c5cf3b83
commit 3ad3e2abfd

View File

@@ -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;