File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 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+
111qtmips (0.6.6) unstable; urgency=medium
212
313 * 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
6060
6161mkdir -p ../debian-test-build/qtmips-$V_TXT
6262
63+ cp -xa . ../debian-test-build/qtmips-$V_TXT
64+
6365cd ../debian-test-build/qtmips-$V_TXT || exit 1
6466
6567dpkg-buildpackage
Original file line number Diff line number Diff line change 2020
2121
2222Name: qtmips
23- Version: 0.6.6
23+ Version: 0.6.7
2424Release: 0
2525Summary: MIPS CPU simulator for education purposes with pipeline and cache visualization
2626License: GPL-2.0 -or-later
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
6767 hl->addWidget (vbox);
6868
6969 QString versionText;
70- versionText = " Version 0.6.6 \n " ;
70+ versionText = " Version 0.6.7 \n " ;
7171
7272 vl->addWidget (new QLabel (" <span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>" ));
7373 lbl = new QLabel (versionText);
You can’t perform that action at this time.
0 commit comments