diff --git a/src/cachesim/cacheconfigwidget.ui b/src/cachesim/cacheconfigwidget.ui
index ddcbf5a8..b7a4aa61 100644
--- a/src/cachesim/cacheconfigwidget.ui
+++ b/src/cachesim/cacheconfigwidget.ui
@@ -89,7 +89,7 @@
-
- <html><head/><body><p>2<span style=" vertical-align:super;">N</span> Lines:</p></body></html>
+ <html><head/><body><p>2<span style=" vertical-align:super;">N</span> Sets:</p></body></html>
@@ -154,6 +154,9 @@
0
+
+ 1
+
32
diff --git a/src/processorregistry.h b/src/processorregistry.h
index e150c0a8..9679742d 100644
--- a/src/processorregistry.h
+++ b/src/processorregistry.h
@@ -83,7 +83,7 @@ const static std::map 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 };