Improve tracer output slightly

This commit is contained in:
Sven Stucki 2015-08-27 01:11:34 +02:00
parent 302747b9e4
commit cdabd40c59

View file

@ -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