mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-20 12:08:05 -04:00
Merge pull request #133 from MikeOpenHWGroup/identify_display
Identify source of display() in cve2_controller.sv
This commit is contained in:
commit
00f7eb1dd9
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ module cve2_controller #(
|
|||
always_ff @(negedge clk_i) begin
|
||||
// print warning in case of decoding errors
|
||||
if ((ctrl_fsm_cs == DECODE) && instr_valid_i && !instr_fetch_err_i && illegal_insn_d) begin
|
||||
$display("%t: Illegal instruction (hart %0x) at PC 0x%h: 0x%h", $time, cve2_core.hart_id_i,
|
||||
$display("%m @ %t: Illegal instruction (hart %0x) at PC 0x%h: 0x%h", $time, cve2_core.hart_id_i,
|
||||
cve2_id_stage.pc_id_i, cve2_id_stage.instr_rdata_i);
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue