Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/cachesim/cacheconfigwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;2&lt;span style=&quot; vertical-align:super;&quot;&gt;N&lt;/span&gt; Lines:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;2&lt;span style=&quot; vertical-align:super;&quot;&gt;N&lt;/span&gt; Sets:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -154,6 +154,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>32</number>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/processorregistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const static std::map<DatapathType, QString> DatapathNames = {
{DatapathType::SS, "Single-stage"},
{DatapathType::M_5S1, "Five-stage multicycle (single memory)"},
{DatapathType::M_5S2, "Five-stage multicycle (separate memories)"},
{DatapathType::P_5S, "Five-stage segmented"},
{DatapathType::P_5S, "Five-stage pipelined"},
{DatapathType::P_6SD, "Six-stage dual-issue superscalar"}};

enum BranchStrategy { N_A, PNT, DB };
Expand Down
Loading