diff options
author | Karel Kočí <cynerd@email.cz> | 2018-03-06 21:57:07 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-03-06 21:57:07 +0100 |
commit | a56b25212865c57251719a1d4a5d9d6a79b339c5 (patch) | |
tree | 5e5412c14a407b19a7e3a245cc39cb4fc80b6ec4 /qtmips_gui/NewDialog.ui | |
parent | c75024c81ba92efbcc70e80520599a27b4aff0d8 (diff) | |
download | qtmips-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.ui | 18 |
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> |