From: hadeshyp Date: Thu, 3 Sep 2009 09:41:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~378 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=42bd2f67bc2cb20060b100e425e74546779b2da5;p=trbnet.git *** empty log message *** --- diff --git a/media_interfaces/trb_net16_lsm_sfp.vhd b/media_interfaces/trb_net16_lsm_sfp.vhd index bb10bfb..fed385a 100644 --- a/media_interfaces/trb_net16_lsm_sfp.vhd +++ b/media_interfaces/trb_net16_lsm_sfp.vhd @@ -390,7 +390,9 @@ rx_allow_out <= rx_allow; -- Status output signaled (normed) -------------------------------------------------------------------------- stat_op(2 downto 0) <= med_error; -stat_op(8 downto 3) <= (others => '0'); -- unused +stat_op(3) <= '0'; +stat_op(7 downto 4) <= state_bits; +stat_op(8) <= '0'; stat_op(9) <= link_status_led; stat_op(10) <= '0'; -- Rx LED, made outside LSM stat_op(11) <= '0'; -- Tx LED, made outside LSM