OpenCores
URL https://opencores.org/ocsvn/potato/potato/trunk

Subversion Repositories potato

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /potato/trunk
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

/src/pp_execute.vhd
313,7 → 313,7
end case;
end process data_misalign_check;
 
instr_misalign_check: process(jump_target, branch, branch_condition)
instr_misalign_check: process(jump_target, branch, branch_condition, do_jump)
begin
if jump_target(1 downto 0) /= b"00" and do_jump = '1' then
instr_misaligned <= '1';

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.