reportWaveforms format spec
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
8ee32c91f8
commit
895ab26f6c
|
|
@ -395,7 +395,7 @@ reportWaveforms(Vcd &vcd,
|
|||
else {
|
||||
// bus
|
||||
string field;
|
||||
stringPrint(field, "%-*llX", zoom, var_value.busValue());
|
||||
stringPrint(field, "%-*" PRIX64, zoom, var_value.busValue());
|
||||
line += field;
|
||||
}
|
||||
prev_var_value = var_value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue