1 |
2 |
mballance |
2018-10-11 Simon Davidmann
|
2 |
|
|
* Ported github riscv/riscv-tests for RV32 processors to this compliance env
|
3 |
|
|
* rv32ua rv32uc rv32ud rv32uf rv32ud rv32ui
|
4 |
|
|
|
5 |
|
|
2018-09-10 Lee Moore
|
6 |
|
|
* Added tests to RV32I to improve coverage, usage of Imperas Mutating Fault Simulator to
|
7 |
|
|
identify untested usage cases
|
8 |
|
|
* Macro renames to support GPR, (S)FPR, (D)FPR
|
9 |
|
|
* Added test suite RV32IM to test 32 bit Multiply and Divide instructions
|
10 |
|
|
* Added test suite RV32IMC to test 32 bit Compressed instructions
|
11 |
|
|
* Added test suite RV64I to test 64 bit Integer instructions
|
12 |
|
|
* Added test suite RV64IM to test 64 bit Multiply and Divide instructions
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
2018-06-15 Radek Hajek
|
16 |
|
|
|
17 |
|
|
Modifications to support Codasip simulator.
|
18 |
|
|
|
19 |
|
|
The simulator is renamed as Codasip-simulator (was
|
20 |
|
|
Codasip-IA-simulator), compliance_test.h has been moved to target
|
21 |
|
|
directories and a COMPILE_TARGET has been added to Makefile to
|
22 |
|
|
allow use of LLVM.
|
23 |
|
|
|
24 |
|
|
* Makefile: Include Codasip simulator target.
|
25 |
|
|
* riscv-target/codasip-IA-simulator/compliance_io.h: Renamed as
|
26 |
|
|
riscv-target/Codasip-simulator/compliance_io.h.
|
27 |
|
|
* riscv-target/Codasip-simulator/compliance_io.h: Renamed from
|
28 |
|
|
riscv-target/codasip-IA-simulator/compliance_io.
|
29 |
|
|
* riscv-target/Codasip-simulator/compliance_test.h: Created.
|
30 |
|
|
* riscv-target/codasip-IA-simulator/device/rv32i/Makefile.include:
|
31 |
|
|
Renamed as
|
32 |
|
|
riscv-target/Codasip-simulator/device/rv32i/Makefile.include
|
33 |
|
|
* riscv-target/Codasip-simulator/device/rv32i/Makefile.include:
|
34 |
|
|
Renamed from
|
35 |
|
|
riscv-target/codasip-IA-simulator/device/rv32i/Makefile.include.
|
36 |
|
|
* riscv-test-env/compliance_test.h: Renamed as
|
37 |
|
|
riscv-target/riscvOVPsim/compliance_test.h.
|
38 |
|
|
* riscv-target/riscvOVPsim/compliance_test.h: Renamed from
|
39 |
|
|
riscv-test-env/compliance_test.h.
|
40 |
|
|
* riscv-target/riscvOVPsim/device/rv32i/Makefile.include: Updated
|
41 |
|
|
for new environment.
|
42 |
|
|
* riscv-target/spike/compliance_test.h: Created.
|
43 |
|
|
* riscv-target/spike/device/rv32i/Makefile.include: Updated for
|
44 |
|
|
new environment.
|
45 |
|
|
* riscv-test-suite/rv32i/Makefile: Likewise.
|
46 |
|
|
|
47 |
|
|
2018-06-10 Jeremy Bennett
|
48 |
|
|
|
49 |
|
|
Put placeholders in empty directories to make sure they show in
|
50 |
|
|
the GitHub hierarchy.
|
51 |
|
|
|
52 |
|
|
* riscv-test-suite/rv32i/.gitignore: Created.
|
53 |
|
|
* riscv-test-suite/rv32m/.gitignore: Created.
|
54 |
|
|
|
55 |
|
|
2018-06-10 Jeremy Bennett
|
56 |
|
|
|
57 |
|
|
* README.md: Make references to files in the repo into links.
|
58 |
|
|
|
59 |
|
|
2018-06-09 Jeremy Bennett
|
60 |
|
|
|
61 |
|
|
* .gitignore: Ignore editor backup files.
|
62 |
|
|
|
63 |
|
|
2018-06-09 Jeremy Bennett
|
64 |
|
|
|
65 |
|
|
* README.md: Add better link to documentation README.md.
|
66 |
|
|
|
67 |
|
|
2018-06-08 Jeremy Bennett
|
68 |
|
|
|
69 |
|
|
* README.md: Move AsciiDoc details into new README.md in the doc
|
70 |
|
|
directory.
|
71 |
|
|
|
72 |
|
|
2018-06-08 Jeremy Bennett
|
73 |
|
|
|
74 |
|
|
* README.md: Fix typo in link to AsciiDoc cheat sheet
|
75 |
|
|
|
76 |
|
|
2018-06-08 Jeremy Bennett
|
77 |
|
|
|
78 |
|
|
* COPYING.BSD: Created.
|
79 |
|
|
* COPYING.CC: Created.
|
80 |
|
|
* README.md: Add git process, licensing and engineering process.
|
81 |
|
|
|
82 |
|
|
2018-06-08 Jeremy Bennett
|
83 |
|
|
|
84 |
|
|
* README.md: Correct details for running the compliance tests and
|
85 |
|
|
directory for OVPsim.
|
86 |
|
|
|
87 |
|
|
2018-06-08 Jeremy Bennett
|
88 |
|
|
|
89 |
|
|
Clean restructuring to just the work of interest.
|
90 |
|
|
|
91 |
|
|
* thought-experiments: Directory removed.
|
92 |
|
|
* .gitignore: Merged with TestStructure/.gitignore
|
93 |
|
|
* Makefile: Renamed from TestStructure/Makefile.
|
94 |
|
|
* TestStructure/Makefile: Renamed as Makefile.
|
95 |
|
|
* README.md: Merged with TestStructure/README.md.
|
96 |
|
|
* TestStructure/.gitignore: Deleted and contents moved into
|
97 |
|
|
.gitignore.
|
98 |
|
|
* TestStructure/README.md: Deleted and contents moved into
|
99 |
|
|
README.md.
|
100 |
|
|
* TestStructure/doc: Directory deleted.
|
101 |
|
|
* TestStructure/riscv-target: Directory moved to riscv-target.
|
102 |
|
|
* riscv-target: Directory moved from TestStructure/riscv-target
|
103 |
|
|
* TestStructure/riscv-test-env: Directory moved to riscv-test-env.
|
104 |
|
|
* riscv-test-env: Directory moved from
|
105 |
|
|
TestStructure/riscv-test-env.
|
106 |
|
|
* TestStructure/riscv-test-suite: Directory moved to
|
107 |
|
|
riscv-test-suite.
|
108 |
|
|
* riscv-test-suite: Directory moved from
|
109 |
|
|
TestStructure/riscv-test-suite.
|
110 |
|
|
* thought-experiments: Directory deleted.
|
111 |
|
|
|
112 |
|
|
2018-05-21 Jeremy Bennett
|
113 |
|
|
|
114 |
|
|
Initial commit to populate the repository.
|
115 |
|
|
|
116 |
|
|
* ChangeLog: Created.
|
117 |
|
|
* README.md: Created.
|