- reverted to clk2
git-svn-id: http://moon:8086/svn/vhdl/trunk@1106 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -305,9 +305,9 @@ proc_stage_pc_next:
|
||||
end process;
|
||||
|
||||
proc_stage_branch:
|
||||
process(clk_1)
|
||||
process(clk_2)
|
||||
begin
|
||||
if falling_edge(clk_1) then
|
||||
if rising_edge(clk_2) then
|
||||
if branch_ce = '1' then
|
||||
pc.branch_take <= '0';
|
||||
if EX_stage.ctrl.branch = '1' then
|
||||
|
||||
Reference in New Issue
Block a user