Try to fix npc ppc problem

This commit is contained in:
Markus Wegmann 2017-01-11 21:55:48 +01:00
parent 5dfa268729
commit 33617c66ec

View file

@ -443,7 +443,7 @@ module riscv_debug_unit
npc_int = pc_id_i;
`else
ppc_int = pc_id_i;
npc_int = pc_if_i;
npc_int = pc_id_i;
`endif
end
@ -454,7 +454,7 @@ module riscv_debug_unit
npc_int = pc_id_i;
`else
ppc_int = pc_id_i;
npc_int = pc_if_i;
npc_int = pc_id_i;
`endif