From 6312493089c8325fa6097fa7d77046bde7e75f2a Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 17 Mar 2019 18:53:02 +0100 Subject: Show corresponding memory word address in the cacheview. Signed-off-by: Pavel Pisa --- qtmips_gui/cacheview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui/cacheview.h') diff --git a/qtmips_gui/cacheview.h b/qtmips_gui/cacheview.h index 6803e37..8e7a4fb 100644 --- a/qtmips_gui/cacheview.h +++ b/qtmips_gui/cacheview.h @@ -57,6 +57,7 @@ private slots: std::uint32_t tag, const std::uint32_t *data, bool write); private: + unsigned rows, columns; unsigned tag, row, col; unsigned s_tag, s_row, s_col; unsigned width; -- cgit v1.2.3