Skip to content

Commit

Permalink
Merge pull request #17 from dpgao/patch-2
Browse files Browse the repository at this point in the history
Move endif to correct position
  • Loading branch information
PeterRugg authored Feb 2, 2021
2 parents 0e56965 + f7f1b0b commit 8f7f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_Core/CPU/CPU_Stage2.bsv
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ module mkCPU_Stage2 #(Bit #(4) verbosity,
`ifdef RVFI
let info_RVFI_s2 = info_RVFI_s2_base;
data_to_stage3.info_RVFI_s2 = info_RVFI_s2;
`endif
output_stage2 = Output_Stage2 {ostatus: ostatus,
trap_info: trap_info_dmem,
`ifdef PERFORMANCE_MONITORING
Expand All @@ -319,7 +320,6 @@ module mkCPU_Stage2 #(Bit #(4) verbosity,
, trace_data: ?
`endif
};
`endif
end
`endif

Expand Down

0 comments on commit 8f7f582

Please sign in to comment.