diff options
author | Karel Kočí <cynerd@email.cz> | 2017-12-30 18:48:29 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-12-30 18:48:29 +0100 |
commit | 44678108e4c14773b3341e4fbc8042c7cabcf02b (patch) | |
tree | 62cd814cdc15490f48f3a7dd3a853b6e2aaca62b /qtmips_gui/NewDialog.ui | |
parent | 8ac1f7efc726b87f7f1fa39d7e07d27d063bac93 (diff) | |
download | qtmips-44678108e4c14773b3341e4fbc8042c7cabcf02b.tar.gz qtmips-44678108e4c14773b3341e4fbc8042c7cabcf02b.tar.bz2 qtmips-44678108e4c14773b3341e4fbc8042c7cabcf02b.zip |
Drop jump predictions
Although there are branch likely instruction the whole mips instruction
set is designed around static jump predictions. The usage of delay slot
ensures that we don't have to handle jump predictions on cpu it self at
all. Adding it on top of that makes little to no sense although that was
the original plan.
Diffstat (limited to 'qtmips_gui/NewDialog.ui')
-rw-r--r-- | qtmips_gui/NewDialog.ui | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/qtmips_gui/NewDialog.ui b/qtmips_gui/NewDialog.ui index f633d28..c1ec66c 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>306</height> + <height>254</height> </rect> </property> <property name="windowTitle"> @@ -132,48 +132,6 @@ </widget> </item> <item> - <widget class="QCheckBox" name="flush_jump"> - <property name="text"> - <string>Flush pipeline on jump</string> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="prediction"> - <property name="title"> - <string>Jump prediction</string> - </property> - <property name="flat"> - <bool>false</bool> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QRadioButton" name="prediction_static"> - <property name="text"> - <string>Static</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QRadioButton" name="prediction_one_dynamic"> - <property name="text"> - <string>One level dynamic</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |