BCU_op update if not ex.stall

git-svn-id: http://moon:8086/svn/vhdl/trunk@13 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-09-12 10:38:01 +00:00
parent 40be1e7cd8
commit c69bccf68b
+1 -1
View File
@@ -667,7 +667,7 @@ proc_wptr_mux:
proc_stage_bcu_op:
process(clk_1)
begin
if rising_edge(clk_1) then
if rising_edge(clk_1) and sdu.EX_stall = '0' then
bcu_op_a <= ID_stage.reg_a;
bcu_op_b <= ID_stage.reg_b;
end if;