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>
jtag-port
Anton Blanchard 4 years ago committed by Anton Blanchard
parent 14c5cf3b83
commit 3ad3e2abfd

@ -26,10 +26,7 @@ entity soc is


-- UART0 signals: -- UART0 signals:
uart0_txd : out std_ulogic; uart0_txd : out std_ulogic;
uart0_rxd : in std_ulogic; uart0_rxd : in std_ulogic

-- Misc (to use for things like LEDs)
core_terminated : out std_ulogic
); );
end entity soc; end entity soc;



Loading…
Cancel
Save