mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 13:37:20 -04:00
Improve tracer output slightly
This commit is contained in:
parent
302747b9e4
commit
cdabd40c59
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ module riscv_core
|
|||
begin
|
||||
riscv_core.mnemonic = mnemonic;
|
||||
imm = id_stage_i.imm_u_type;
|
||||
$fdisplay(f, "%s\tx%0d, 0x%h (imm)", mnemonic, rd, imm);
|
||||
$fdisplay(f, "%7s\tx%0d, 0x%h (imm)", mnemonic, rd, imm);
|
||||
end
|
||||
endfunction // printUInstr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue