mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 21:57:11 -04:00
Fix issue #52
This commit is contained in:
parent
d87ccef3f7
commit
97102210f7
1 changed files with 3 additions and 2 deletions
|
@ -121,9 +121,10 @@ module pcgen_stage (
|
|||
// -------------------------------
|
||||
// 2. Debug
|
||||
// -------------------------------
|
||||
if (debug_set_pc_i)
|
||||
if (debug_set_pc_i) begin
|
||||
npc_n = debug_pc_i;
|
||||
|
||||
set_pc_n = 1'b1;
|
||||
end
|
||||
// -------------------------------
|
||||
// 4. Exception
|
||||
// -------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue