OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.4.0rc2/] [testsuite/] [ChangeLog] - Blame information for rev 97

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 97 jeremybenn
2010-05-04  Jeremy Bennett 
2
        * configure.ac: lib-jtag/Makefile.am added as output
3
        * configure: Regenerated
4
        * libsim.tests/jtag-basic.exp: Created for low level JTAG tests.
5
        * libsim.tests/jtag-full.exp: Created for high level JTAG tests.
6
        * libsim.tests/Makefile.am: Added jtag-basic.exp and
7
        jtag-full.exp.
8
        * libsim.tests/Makefile.in: Regenerated.
9
        * test-code/lib-jtag: New directory for JTAG test code
10
        * test-code/lib-jtag/lib-jtag.c: Created for low level tests of
11
        JTAG functions.
12
        * test-code/lib-jtag/lib-jtag-full.c: Created for high level tests
13
        of JTAG functions.
14
        * test-code/lib-jtag/Makefile.am: Created.
15
        * test-code/lib-jtag/Makefile.am: Generated.
16
        * test-code/Makefile.am: lib-jtag added as subdir
17
        * test-code/Makefile.in: Regenerated.
18 95 jeremybenn
 
19
2010-05-02  Jeremy Bennett 
20 97 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c (main): Commenting corrected.
21
 
22
2010-05-02  Jeremy Bennett 
23 95 jeremybenn
        * global-conf.exp: Renamed from default-global-conf.exp.
24
        * lib/or1ksim.exp (run_or1ksim): Use $srcdir instead of
25
        environment variable and use $objdir.
26
        * lib/or1ksim.exp (run_libsim): Use $srcdir instead of
27
        environment variable and use $objdir.
28
 
29
2010-04-30  Jeremy Bennett 
30
        * lib/or1ksim.exp (run_or1ksim): Make timeout return UNRESOLVED
31
        rather than FAIL.
32
        * lib/libsim.exp (run libsim): Make timeout return UNRESOLVED
33
        rather than FAIL.
34
        * or1ksim.tests/fbtest.exp: Restore timeout correctly.
35
 
36 93 jeremybenn
2010-04-28  Jeremy Bennett 
37
        * libsim.tests/upcalls.exp: Created.
38
        * libsim.tests/upcalls.cfg: Created.
39
        * test-code/lib-upcalls/lib-upcalls.c: Changed to use new upcall
40
        interface.
41
        * test-code/lib-inttest/lib-inttest-edge.c: Created.
42
        * test-code/lib-inttest/lib-inttest-level.c: Changed to use new
43
        upcall interface.
44
 
45
2010-04-25  Jeremy Bennett 
46
        * libsim.tests/int-level.exp: Created.
47
        * test-code/lib-upcalls: Created.
48
        * test-code/lib-upcalls/lib-upcalls.c: Created.
49
        * test-code/lib-upcalls/Makefile.am: Created.
50
        * test-code/lib-upcalls/Makefile.in: Regenerated.
51
        function to print chars more clearly.
52
        * or1ksim.tests/kbd.exp: Updated for new test output format.
53
 
54
2010-04-23  Jeremy Bennett 
55
        * test-code/lib-inttest/lib-inttest-level.c: Created.
56
        * Makefile.am: Updated for new tests
57
        * Makefile.in: Regenerated.
58
        * README: Updated for new library test results.
59
 
60
2010-04-22  Jeremy Bennett 
61
        * or1ksim.tests/cbasic.exp: Errors due to buggy printf fixed.
62
        * or1ksim.tests/mmu.exp: Errors due to buggy printf fixed.
63
        * or1ksim.tests/mul.exp: Errors due to buggy printf fixed.
64
 
65 90 jeremybenn
2010-04-21  Jeremy Bennett 
66
        * test-code-or1k: Renamed from test-code.
67
        * configure.ac, configure: Moved to test-code-or1k.
68
        * AUTHORS, NEWS, INSTALL, COPYING: Moved to test-code-or1k.
69
 
70 82 jeremybenn
2010-04-20  Jeremy Bennett 
71
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
72
        * test-code/except-test/except-test.c (illegal_insn_test):
73
          Generate and check a correct sequence for illegal instruction.
74
        * test-code/except-test/except-test.c (except_priority_test):
75
          Generate a properly illegal instruction.
76
 
77
2010-04-19  Jeremy Bennett 
78
        * AUTHORS: Created to refer to parent file.
79
        * config: Directory for board configurations.
80
        * config/unix.exp: Created.
81
        * configure: Regenerated.
82
        * configure.ac: Created as sub-configuration of the main program.
83
        * COPYING: Updated to version 3.
84
        * default-global-conf.exp: Created.
85
        * INSTALL: Updated to refer to parent file.
86
        * lib: Directory for expect library code.
87
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
88
        * Makefile.am: Updated for DejaGNU compliance.
89
        * Makefile.in: Regenerated.
90
        * NEWS: Created to refer to parent file.
91
        * or1ksim.tests: Directory for expect tests of complete SoC.
92
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
93
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
94
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
95
        * or1ksim.tests/basic.exp: Created.
96
        * or1ksim.tests/cbasic.exp: Created.
97
        * or1ksim.tests/cfg.exp: Created.
98
        * or1ksim.tests/default.cfg: Updated from old test directory
99
        * or1ksim.tests/dhry.exp: Created.
100
        * or1ksim.tests/dmatest.exp: Created.
101
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
102
        * or1ksim.tests/eth.cfg: Updated from old test directory.
103
        * or1ksim.tests/eth.exp: Created.
104
        * or1ksim.tests/except-test.exp: Created.
105
        * or1ksim.tests/exit.exp: Created.
106
        * or1ksim.tests/ext.exp: Created.
107
        * or1ksim.tests/fbtest.exp: Created.
108
        * or1ksim.tests/flag.exp: Created.
109
        * or1ksim.tests/functest.exp: Created.
110
        * or1ksim.tests/int-test.exp: Created.
111
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
112
        * or1ksim.tests/kbdtest.exp: Created.
113
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
114
        * or1ksim.tests/local-global.exp: Created.
115
        * or1ksim.tests/mem-test.exp: Created.
116
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
117
        * or1ksim.tests/mmu.exp: Created.
118
        * or1ksim.tests/mul.exp: Created.
119
        * or1ksim.tests/mycompress.exp: Created.
120
        * or1ksim.tests/tick.exp: Created.
121
        * README: Updated for new structure.
122
        * test-code: New directory for test-programs.
123
        * test-code/acv-gpio: New directory.
124
        * test-code/acv-gpio/acv-gpio.c: Created.
125
        * test-code/acv-gpio/Makefile.am: Created.
126
        * test-code/acv-gpio/Makefile.in: Regenerated.
127
        * test-code/acv-uart: New directory.
128
        * test-code/acv-uart/acv-uart.c: Created.
129
        * test-code/acv-uart/Makefile.am: Created.
130
        * test-code/acv-uart/Makefile.in: Regenerated.
131
        * test-code/basic: New directory.
132
        * test-code/basic/basic.S: Created.
133
        * test-code/basic/Makefile.am: Created.
134
        * test-code/basic/Makefile.in: Regenerated.
135
        * test-code/board.h: Created.
136
        * test-code/cache: New directory.
137
        * test-code/cache/cache-asm.S: Created.
138
        * test-code/cache/cache.c: Created.
139
        * test-code/cache/cache.ld: Updated from old test directory.
140
        * test-code/cache/Makefile.am: Created.
141
        * test-code/cache/Makefile.in: Regenerated.
142
        * test-code/cbasic: New directory.
143
        * test-code/cbasic/cbasic.c: Created.
144
        * test-code/cbasic/Makefile.am: Created.
145
        * test-code/cbasic/Makefile.in: Regenerated.
146
        * test-code/cfg: New directory.
147
        * test-code/cfg/cfg.S: Created.
148
        * test-code/cfg/Makefile.am: Created.
149
        * test-code/cfg/Makefile.in: Regenerated.
150
        * test-code/default.ld: Updated from old test directory.
151
        * test-code/dhry: New directory.
152
        * test-code/dhry/dhry.c: Created.
153
        * test-code/dhry/dhry.h: Created.
154
        * test-code/dhry/Makefile.am: Created.
155
        * test-code/dhry/Makefile.in: Regenerated.
156
        * test-code/dmatest: New directory.
157
        * test-code/dmatest/dmatest.c: Created.
158
        * test-code/dmatest/Makefile.am: Created.
159
        * test-code/dmatest/Makefile.in: Regenerated.
160
        * test-code/eth: New directory.
161
        * test-code/eth/eth.c: Created.
162
        * test-code/eth/Makefile.am: Created.
163
        * test-code/eth/Makefile.in: Regenerated.
164
        * test-code/except: New directory.
165
        * test-code/except/except.S: Created.
166
        * test-code/except/Makefile.am: Created.
167
        * test-code/except/Makefile.in: Regenerated.
168
        * test-code/except-mc.ld: Updated from old test directory.
169
        * test-code/except-test: New directory.
170
        * test-code/except-test/except-test.c: Created.
171
        * test-code/except-test/except-test-s.S: Created.
172
        * test-code/except-test/Makefile.am: Created.
173
        * test-code/except-test/Makefile.in: Regenerated.
174
        * test-code/exit: New directory.
175
        * test-code/exit/exit.c: Created.
176
        * test-code/exit/Makefile.am: Created.
177
        * test-code/exit/Makefile.in: Regenerated.
178
        * test-code/ext: New directory.
179
        * test-code/ext/ext.S: Created.
180
        * test-code/ext/Makefile.am: Created.
181
        * test-code/ext/Makefile.in: Regenerated.
182
        * test-code/fbtest: New directory.
183
        * test-code/fbtest/fbtest.c: Created.
184
        * test-code/fbtest/Makefile.am: Created.
185
        * test-code/fbtest/Makefile.in: Regenerated.
186
        * test-code/flag: New directory.
187
        * test-code/flag/flag.S: Created.
188
        * test-code/flag/Makefile.am: Created.
189
        * test-code/flag/Makefile.in: Regenerated.
190
        * test-code/functest: New directory.
191
        * test-code/functest/functest.c: Created.
192
        * test-code/functest/Makefile.am: Created.
193
        * test-code/functest/Makefile.in: Regenerated.
194
        * test-code/inst-set-test: New directory.
195
        * test-code/inst-set-test/inst-set-test.c: Created.
196
        * test-code/inst-set-test/Makefile.am: Created.
197
        * test-code/inst-set-test/Makefile.in: Regenerated.
198
        * test-code/int-test: New directory.
199
        * test-code/int-test/int-test.ld: Updated from old test directory.
200
        * test-code/int-test/int-test.S: Created.
201
        * test-code/int-test/Makefile.am: Created.
202
        * test-code/int-test/Makefile.in: Regenerated.
203
        * test-code/kbdtest: New directory.
204
        * test-code/kbdtest/kbdtest.c: Created.
205
        * test-code/kbdtest/Makefile.am: Created.
206
        * test-code/kbdtest/Makefile.in: Regenerated.
207
        * test-code/local-global: New directory.
208
        * test-code/local-global/local-global.c: Created.
209
        * test-code/local-global/Makefile.am: Created.
210
        * test-code/local-global/Makefile.in: Regenerated.
211
        * test-code/Makefile.am: Created.
212
        * test-code/Makefile.in: Regenerated.
213
        * test-code/mc-async: New directory.
214
        * test-code/mc-async/Makefile.am: Created.
215
        * test-code/mc-async/Makefile.in: Regenerated.
216
        * test-code/mc-async/mc-async.c: Created.
217
        * test-code/mc-async/mc-async.h: Created.
218
        * test-code/mc-common: New directory.
219
        * test-code/mc-common/except-mc.S: Created.
220
        * test-code/mc-common/Makefile.am: Created.
221
        * test-code/mc-common/Makefile.in: Regenerated.
222
        * test-code/mc-common/mc-common.c: Created.
223
        * test-code/mc-common/mc-common.h: Created.
224
        * test-code/mc-dram: New directory.
225
        * test-code/mc-dram/Makefile.am: Created.
226
        * test-code/mc-dram/Makefile.in: Regenerated.
227
        * test-code/mc-dram/mc-dram.c: Created.
228
        * test-code/mc-dram/mc-dram.h: Created.
229
        * test-code/mc-ssram: New directory.
230
        * test-code/mc-ssram/Makefile.am: Created.
231
        * test-code/mc-ssram/Makefile.in: Regenerated.
232
        * test-code/mc-ssram/mc-ssram.c: Created.
233
        * test-code/mc-ssram/mc-ssram.h: Created.
234
        * test-code/mc-sync: New directory.
235
        * test-code/mc-sync/Makefile.am: Created.
236
        * test-code/mc-sync/Makefile.in: Regenerated.
237
        * test-code/mc-sync/mc-sync.c: Created.
238
        * test-code/mc-sync/mc-sync.h: Created.
239
        * test-code/mem-test: New directory.
240
        * test-code/mem-test/Makefile.am: Created.
241
        * test-code/mem-test/Makefile.in: Regenerated.
242
        * test-code/mem-test/mem-test.c: Created.
243
        * test-code/mmu: New directory.
244
        * test-code/mmu/Makefile.am: Created.
245
        * test-code/mmu/Makefile.in: Regenerated.
246
        * test-code/mmu/mmu-asm.S: Created.
247
        * test-code/mmu/mmu.c: Created.
248
        * test-code/mul: New directory.
249
        * test-code/mul/Makefile.am: Created.
250
        * test-code/mul/Makefile.in: Regenerated.
251
        * test-code/mul/mul.c: Created.
252
        * test-code/mycompress: New directory.
253
        * test-code/mycompress/Makefile.am: Created.
254
        * test-code/mycompress/Makefile.in: Regenerated.
255
        * test-code/mycompress/mycompress.c: Created.
256
        * test-code/support: New directory.
257
        * test-code/support/int.c: Created.
258
        * test-code/support/int.h: Created.
259
        * test-code/support/Makefile.am: Created.
260
        * test-code/support/Makefile.in: Regenerated.
261
        * test-code/support/spr-defs.h: Created.
262
        * test-code/support/support.c: Created.
263
        * test-code/support/support.h: Created.
264
        * test-code/tick: New directory.
265
        * test-code/tick/Makefile.am: Created.
266
        * test-code/tick/Makefile.in: Regenerated.
267
        * test-code/tick/tick.c: Created.
268
        * test-code/uos: New directory.
269
        * test-code/uos/except-or32.S: Created.
270
        * test-code/uos/ipc.h: Created.
271
        * test-code/uos/Makefile.am: Created.
272
        * test-code/uos/Makefile.in: Regenerated.
273
        * test-code/uos/README: Created.
274
        * test-code/uos/task.c: Created.
275
        * test-code/uos/tick.c: Created.
276
        * test-code/uos/uos.c: Created.
277
        * test-code/uos/uos.h: Created.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.