Branch: check op_a for equaliity against R0 instead testing of explicitly against zero

git-svn-id: http://moon:8086/svn/vhdl/trunk@17 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-09-20 21:46:45 +00:00
parent 3080c176c2
commit 7756d5c412
+1 -1
View File
@@ -343,7 +343,7 @@ proc_stage_branch:
end if;
when bc_lez_gtz =>
if (EX_stage.ctrl.bc_not xor (bcu_flags.z or bcu_flags.ltz)) = '1' then
if (EX_stage.ctrl.bc_not xor (bcu_flags.eq or bcu_flags.ltz)) = '1' then
pc.is_branch <= true;
end if;