File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10)
3
3
4
4
project (QtRVSim
5
5
LANGUAGES C CXX
6
- VERSION 0.9.1
6
+ VERSION 0.9.2
7
7
DESCRIPTION "RISC-V CPU simulator for education purposes" )
8
8
9
9
set (KAREL_KOCI
"Karel Koci <[email protected] >" )
Original file line number Diff line number Diff line change
1
+ qtrvsim (0.9.2-1) unstable; urgency=medium
2
+
3
+ * Debian package updated to version 0.9.2.
4
+ * GUI: rework of coreview graphics to correspond to Mr. Stepanovsky slides
5
+ * CI: downgrade runner os to win2019 to prevent failing builds
6
+ * WASM: fix exception support
7
+ * LRU cache policy fix (check was incoorect only for flush, i.e. fence instruction)
8
+ * Machine: basic RV32M support (no specific GUI provided, considered as part of ALU)
9
+ * README.md update, document RV32M support
10
+ * Machine: RISC-V ABI places stack pointer into x2 register.
11
+ * Machine: rewrite all core_alu_forward and complex memory tests for RISC-V.
12
+ * Machine: RISC-V is by default little endian, even when ELF file is not loaded
13
+
14
+ -- Pavel Pisa <
[email protected] > Tue, 12 Mar 2022 20:45:12 +0200
15
+
1
16
qtrvsim (0.9.1-1) unstable; urgency=medium
2
17
3
18
* Debian package updated to version 0.9.1.
You can’t perform that action at this time.
0 commit comments