aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machineconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/machineconfig.h')
-rw-r--r--qtmips_machine/machineconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h
index 1ec2703..56cdf8e 100644
--- a/qtmips_machine/machineconfig.h
+++ b/qtmips_machine/machineconfig.h
@@ -8,9 +8,9 @@ namespace machine {
enum ConfigPresets {
CP_SINGLE, // No pipeline cpu without cache
- CP_PIPE_NO_HAZARD, // Pipelined cpu without hazard unit
- CP_PIPE_NO_CACHE, // Pipelined cpu without cache
- CP_PIPE_CACHE // Full pipelined cpu
+ CP_SINGLE_CACHE, // No pipeline cpu with cache
+ CP_PIPE_NO_HAZARD, // Pipelined cpu without hazard unit and without cache
+ CP_PIPE // Full pipelined cpu
};
class MachineConfigCache {