File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ qtmips (0.6.7) unstable; urgency=medium
2
+
3
+ * Debian package updated to version 0.6.7.
4
+ * Change single cycle core with delay slot to use separate fetch stage.
5
+ * Program listing and stages use color background.
6
+ * Correct write through spelling. Reported by Richard Susta.
7
+ * qtmips_cli can be used for cache statistic and result memory tests.
8
+
9
+ -- Pavel Pisa <
[email protected] > Wed, 27 Mar 2019 00:38:24 +0100
10
+
1
11
qtmips (0.6.6) unstable; urgency=medium
2
12
3
13
* Corrected row and column output in cache address fields.
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ rm -rf ../debian-test-build
60
60
61
61
mkdir -p ../debian-test-build/qtmips-$V_TXT
62
62
63
+ cp -xa . ../debian-test-build/qtmips-$V_TXT
64
+
63
65
cd ../debian-test-build/qtmips-$V_TXT || exit 1
64
66
65
67
dpkg-buildpackage
Original file line number Diff line number Diff line change 20
20
21
21
22
22
Name: qtmips
23
- Version: 0.6.6
23
+ Version: 0.6.7
24
24
Release: 0
25
25
Summary: MIPS CPU simulator for education purposes with pipeline and cache visualization
26
26
License: GPL-2.0 -or-later
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
67
67
hl->addWidget (vbox);
68
68
69
69
QString versionText;
70
- versionText = " Version 0.6.6 \n " ;
70
+ versionText = " Version 0.6.7 \n " ;
71
71
72
72
vl->addWidget (new QLabel (" <span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>" ));
73
73
lbl = new QLabel (versionText);
You can’t perform that action at this time.
0 commit comments