aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/NewDialog.ui
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_gui/NewDialog.ui
parent3ce0bbb92731f67aa09b20cd21208505daea5e6b (diff)
downloadqtmips-8211b172579aac12a07afbddd5bed12e3b1cd83b.tar.gz
qtmips-8211b172579aac12a07afbddd5bed12e3b1cd83b.tar.bz2
qtmips-8211b172579aac12a07afbddd5bed12e3b1cd83b.zip
Change presets
Diffstat (limited to 'qtmips_gui/NewDialog.ui')
-rw-r--r--qtmips_gui/NewDialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/qtmips_gui/NewDialog.ui b/qtmips_gui/NewDialog.ui
index 3c1eaba..135ac83 100644
--- a/qtmips_gui/NewDialog.ui
+++ b/qtmips_gui/NewDialog.ui
@@ -50,16 +50,16 @@
</widget>
</item>
<item>
- <widget class="QRadioButton" name="preset_pipelined_bare">
+ <widget class="QRadioButton" name="preset_no_pipeline_cache">
<property name="text">
- <string>Pipelined without hazard unit and without cache</string>
+ <string>No pipeline with cache</string>
</property>
</widget>
</item>
<item>
- <widget class="QRadioButton" name="preset_pipelined_hazard">
+ <widget class="QRadioButton" name="preset_pipelined_bare">
<property name="text">
- <string>Pipelined with hazard unit and without cache</string>
+ <string>Pipelined without hazard unit and without cache</string>
</property>
</widget>
</item>