diff options
Diffstat (limited to 'sim/common/sim-trace.h')
-rw-r--r-- | sim/common/sim-trace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h index c5a04c1..0fa44ff 100644 --- a/sim/common/sim-trace.h +++ b/sim/common/sim-trace.h @@ -50,7 +50,7 @@ enum { /* Include model performance data in tracing output. */ TRACE_MODEL_IDX, - /* Trace ALU operations. */ + /* Trace ALU (Arithmetic Logic Unit) operations. */ TRACE_ALU_IDX, /* Trace memory core operations. */ @@ -59,10 +59,10 @@ enum { /* Trace events. */ TRACE_EVENTS_IDX, - /* Trace fpu operations. */ + /* Trace FPU (Floating Point Unit) operations. */ TRACE_FPU_IDX, - /* Trace vpu operations. */ + /* Trace VPU (Vector Processing Unit) operations. */ TRACE_VPU_IDX, /* Trace branching. */ |