-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pavel Pisa <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10) | |
|
||
project(QtRVSim | ||
LANGUAGES C CXX | ||
VERSION 0.9.2 | ||
VERSION 0.9.3 | ||
DESCRIPTION "RISC-V CPU simulator for education purposes") | ||
|
||
set(KAREL_KOCI "Karel Koci <[email protected]>") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
qtrvsim (0.9.3-1) unstable; urgency=medium | ||
|
||
* Debian package updated to version 0.9.3. | ||
* Machine: fix LCD display endianness. | ||
* Machine: correct memory stall cycles computation. | ||
* Machine: correct unaligned and partial (lb, sb, lh, sh) to peripheral registers. | ||
* Packaging: flatpak support kindly provided by David Heidelberg <[email protected]> | ||
* Machine and GUI: switch to RISC-V CSR names and remove references to MIPS COP0. | ||
* Machine: correct parsing of registers s10 and s11 names. | ||
* Machine: fix null pointer usage in cache | ||
* GUI: fix null pointer usage in cache | ||
* Machine: correct cache graphics visualization for byte accesses. | ||
* Machine: LFU cache policy incorrect use of sets count instead of degree of associativity. | ||
|
||
-- Pavel Pisa <[email protected]> Thu, 21 Apr 2022 09:40:37 +0200 | ||
|
||
qtrvsim (0.9.2-1) unstable; urgency=medium | ||
|
||
* Debian package updated to version 0.9.2. | ||
|