aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machineconfig.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-04-15 13:56:43 +0200
committerKarel Kočí <cynerd@email.cz>2018-04-15 13:56:43 +0200
commit8211b172579aac12a07afbddd5bed12e3b1cd83b (patch)
tree29d7385b2f4060cf55bee75ebb8f696f945157d4 /qtmips_machine/machineconfig.h
parent3ce0bbb92731f67aa09b20cd21208505daea5e6b (diff)
downloadqtmips-8211b172579aac12a07afbddd5bed12e3b1cd83b.tar.gz
qtmips-8211b172579aac12a07afbddd5bed12e3b1cd83b.tar.bz2
qtmips-8211b172579aac12a07afbddd5bed12e3b1cd83b.zip
Change presets
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 {