aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/NewDialog.ui
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-03-06 21:57:07 +0100
committerKarel Kočí <cynerd@email.cz>2018-03-06 21:57:07 +0100
commita56b25212865c57251719a1d4a5d9d6a79b339c5 (patch)
tree5e5412c14a407b19a7e3a245cc39cb4fc80b6ec4 /qtmips_gui/NewDialog.ui
parentc75024c81ba92efbcc70e80520599a27b4aff0d8 (diff)
downloadqtmips-a56b25212865c57251719a1d4a5d9d6a79b339c5.tar.gz
qtmips-a56b25212865c57251719a1d4a5d9d6a79b339c5.tar.bz2
qtmips-a56b25212865c57251719a1d4a5d9d6a79b339c5.zip
Implement Cache configuration
This commit implements both cache configuration for machine and for gui.
Diffstat (limited to 'qtmips_gui/NewDialog.ui')
-rw-r--r--qtmips_gui/NewDialog.ui18
1 files changed, 16 insertions, 2 deletions
diff --git a/qtmips_gui/NewDialog.ui b/qtmips_gui/NewDialog.ui
index 0490ca3..3c1eaba 100644
--- a/qtmips_gui/NewDialog.ui
+++ b/qtmips_gui/NewDialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>558</width>
- <height>254</height>
+ <height>316</height>
</rect>
</property>
<property name="windowTitle">
@@ -50,9 +50,23 @@
</widget>
</item>
<item>
+ <widget class="QRadioButton" name="preset_pipelined_bare">
+ <property name="text">
+ <string>Pipelined without hazard unit and without cache</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="preset_pipelined_hazard">
+ <property name="text">
+ <string>Pipelined with hazard unit and without cache</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QRadioButton" name="preset_pipelined">
<property name="text">
- <string>Pipelined and cache</string>
+ <string>Pipelined with hazard unit and cache</string>
</property>
</widget>
</item>