- minor changes (better timing)

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@477 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-05-08 22:19:35 +00:00
parent 1884f3158c
commit 6449f3fa78
+1 -1
View File
@@ -280,7 +280,7 @@ proc_stage_branch_ce:
branch_ce <= '1';
else
branch_ce <= c0_ctrl_in.exc_pending;
if sdu.ID_stall = '0' then
if sdu.ID_stall = '0' and c0_ctrl_in.exc_inject = '0' then
branch_ce <= '1';
end if;
end if;