mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
Try to fix npc ppc problem
This commit is contained in:
parent
5dfa268729
commit
33617c66ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue