]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Thu, 3 Sep 2009 09:41:08 +0000 (09:41 +0000)
committerhadeshyp <hadeshyp>
Thu, 3 Sep 2009 09:41:08 +0000 (09:41 +0000)
media_interfaces/trb_net16_lsm_sfp.vhd

index bb10bfb5ee64ad92b52538e11bdfca9efca7c767..fed385a28f0febdf502cd5b1b6ace8351fb33756 100644 (file)
@@ -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