]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 27 Aug 2012 18:40:21 +0000 (18:40 +0000)
committerhadeshyp <hadeshyp>
Mon, 27 Aug 2012 18:40:21 +0000 (18:40 +0000)
gbe2_ecp3/trb_net16_gbe_main_control.vhd
gbe2_ecp3/trb_net16_gbe_response_constructor_SCTRL.vhd

index fb29ce548e7b0c3ffeeddf5004024abf16c908b9..91c678f534463d5dc608ae23a8c71413ad533a1c 100644 (file)
@@ -335,6 +335,7 @@ begin
                        else
                                redirect_next_state <= DROP;
                        end if;
+                       
                when CHECK_BUSY =>
                        redirect_state <= x"6";
                        if (or_all(ps_busy and RC_FRAME_PROTO_IN) = '0') then
index 812384826bfe67b25beea17805e53b6919de7b89..f9e76cf6141253a0d5a2ab4171d44638147c9f76 100644 (file)
@@ -316,7 +316,7 @@ begin
                        end if;
                end if;
                
-               if (dissect_current_state = IDLE) then
+               if (dissect_current_state = IDLE or dissect_current_state = WAIT_FOR_RESPONSE) then
                        PS_BUSY_OUT <= '0';
                else
                        PS_BUSY_OUT <= '1';