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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [ChangeLog] - Blame information for rev 121

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

Line No. Rev Author Line
1 121 jeremybenn
2010-06-14  Jeremy Bennett 
2
        * or1ksim.tests/inst-set-test.exp: Modified output from RANGE
3
        exception. Added tests for jump instructions.
4
 
5 118 jeremybenn
2010-06-13  Jeremy Bennett 
6
        * or1ksim.tests/inst-set-test.exp: Added multiplication
7
        tests. Extended divistion tests. Changed output to match new
8
        format from existing tests.
9
        * README: Updated with new tests.
10
 
11 116 jeremybenn
2010-06-11  Jeremy Bennett 
12
        * or1ksim.tests/inst-set-test.exp: Added MAC tests.
13
        * or1ksim.tests/mul.exp: Corrected erroneous expected results.
14
        * README: Updated with new tests.
15
 
16 114 jeremybenn
2010-06-10  Jeremy Bennett 
17 115 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added find tests.
18
        * README: Updated with new tests.
19
 
20
2010-06-10  Jeremy Bennett 
21 114 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Extended addition tests.
22 115 jeremybenn
        * README: Updated with new tests.
23 114 jeremybenn
 
24 112 jeremybenn
2010-06-09  Jeremy Bennett 
25
        * or1ksim.tests/inst-set-test.exp: Added division and addition tests.
26 115 jeremybenn
        * README: Updated with new tests.
27 112 jeremybenn
 
28 107 jeremybenn
2010-06-06  Jeremy Bennett 
29
        * or1ksim.tests/inst-set-test.cfg: Created.
30
        * or1ksim.tests/inst-set-test.exp: Created.
31
        * or1ksim.tests/Makefile.am: Updated to reflect added and deleted
32
        files.
33
        * or1ksim.tests/Makefile.in: Regenerated
34
        * or1ksim.tests/lws-test.exp: Deleted (incorporated within
35
        inst-set-test.ex).
36
        * README: Updated to reflect new structure.
37
 
38 104 jeremybenn
2010-06-03  Jeremy Bennett 
39
        * or1ksim.tests/fp.exp: Removed timeout change
40
        * or1ksim.tests/lws-test.exp: Created.
41
        * or1ksim/test/Makefile.am: Added lws-test & config.
42
        * or1ksim/test/Makefile.in: Regenerated.
43
 
44
2010-06-02  Jeremy Bennett 
45
        * lib/or1ksim.exp: Use same matching as libsim.exp, treat each
46
        match as a pass.
47
        * or1ksim/test/basic.exp: Unreported test entries marked.
48
        * or1ksim/test/cache.exp: Unreported test entries marked.
49
        * or1ksim/test/cbasic.exp: Unreported test entries marked.
50
        * or1ksim/test/cfg.exp: Unreported test entries marked.
51
        * or1ksim/test/dhry.exp: Unreported test entries marked.
52
        * or1ksim/test/dmatest.exp: Unreported test entries marked.
53
        * or1ksim/test/eth.exp: Unreported test entries marked.
54
        * or1ksim/test/except-test.exp: Unreported test entries marked.
55
        * or1ksim/test/exit.exp: Unreported test entries marked.
56
        * or1ksim/test/ext.exp: Unreported test entries marked.
57
        * or1ksim/test/fbtest.exp: Unreported test entries marked.
58
        * or1ksim.tests/fp.cfg: Created.
59
        * or1ksim.tests/fp.exp: Created.
60
        * or1ksim/test/functest.exp: Unreported test entries marked.
61
        * or1ksim/test/flag.exp: Unreported test entries marked.
62
        * or1ksim/test/int-test.exp: Unreported test entries marked.
63
        * or1ksim/test/kbdtest.exp: Unreported test entries marked.
64
        * or1ksim/test/local-global.exp: Unreported test entries marked.
65
        * or1ksim/test/Makefile.am: Added floating point test & config.
66
        * or1ksim/test/Makefile.in: Regenerated.
67
        * or1ksim/test/mem-test.exp: Unreported test entries marked.
68
        * or1ksim/test/mmu.exp: Unreported test entries marked.
69
        * or1ksim/test/mul.exp: Unreported test entries marked.
70
        * or1ksim/test/mycompress.exp: Unreported test entries marked.
71
        * or1ksim/test/tick.exp: Unreported test entries marked.
72
 
73 99 jeremybenn
2010-05-20  Jeremy Bennett 
74
        * lib/libsim.exp (run_libsim): Expect clause corrected to detect
75
        all unexpected warning/errors.
76
        * libsim.tests/jtag-go-command-read.exp
77
        : Missing error added.
78
        : Missing error added.
79
        : Missing error added.
80
        : Missing error added.
81
        : Missing error added.
82
        : Missing error added.
83
        : Missing error added.
84
 
85 98 jeremybenn
2010-05-19  Jeremy Bennett 
86
        * libsim.tests/Makefile.am: upcalls.exp added to distribution.
87
        * libsim.tests/Makefile.in: Regenerated.
88
 
89
2010-05-18  Jeremy Bennett 
90
        * libsim.tests/default.cfg: Disabled MC, replaced with memory block
91
        and set CPU to take vectors at high address.
92
        * test-code/lib-jtag/lib-jtag-full.c: Increase time quanta to 3ms to
93
        allow time for messages.
94
 
95
2010-05-16  Jeremy Bennett 
96
        * libsim.tests/Makefile.am: Added new test files to dist
97
        * libsim.tests/Makefile: Regenerated.
98
        * libsim.tests/jtag-go-command-read.exp: New file.
99
        * libsim.tests/jtag-go-command-write.exp: New file.
100
        * libsim.tests/jtag-read-command.exp: Tests updated for new interface.
101
        * libsim.tests/jtag-read-control.exp: New file.
102
        * libsim.tests/jtag-select-module.exp: Tests updated for new
103
        interface. All tests related to subsequent commands moved to their own
104
        tests.
105
        * libsim.tests/jtag-write-command.exp: Tests updated for new interface.
106
        * libsim.tests/jtag-write-control.exp: New file.
107
        * test-code/lib-jtag/lib-jtag.c: Interface changed to allow use of new
108
        JTAG library interface with bit lengths.
109
        * test-code/lib-jtag/lib-jtag-full.c: Use new JTAG library interface
110
        with bit lengths.
111
 
112
 
113
2010-05-14  Jeremy Bennett 
114
        * libsim.tests/jtag-read-command.exp: Better test naming.
115
        * libsim.tests/jtag-select-module.exp: Better test naming.
116
        * libsim.tests/jtag-write-command.exp: Better test naming.
117
        * libsim.tests/jtag-select-module.exp
118
        : Check for correct access type.
119
        : Check for correct access type.
120
        : Check for correct access type.
121
        : Check for correct access type.
122
        : Check for correct access
123
        type.
124
 
125
2010-05-13  Jeremy Bennett 
126
        * libsim.tests/default.cfg: Add memory block at top of memory.
127
        * libsim.tests/lib-jtag-full.c: Corrected some error messages.
128
        * libsim.tests/Makefile.am: Added new JTAG test files.
129
        * libsim.tests/Makefile.in: Regenerated.
130
        * libsim.tests/jtag-read-command.exp: Break out READ_COMMAND tests.
131
        * libsim.tests/jtag-select-module.exp: Break out SELECT_MODULE tests.
132
        * libsim.tests/jtag-write-command.exp: Break out WRITE_COMMAND tests.
133
        * README: Updated with new tests.
134
        * test-code/lib-jtag/lib-jtag-full.c (process_read_command):
135
        Corrected printout of access_type.
136
 
137 97 jeremybenn
2010-05-04  Jeremy Bennett 
138
        * configure.ac: lib-jtag/Makefile.am added as output
139
        * configure: Regenerated
140
        * libsim.tests/jtag-basic.exp: Created for low level JTAG tests.
141
        * libsim.tests/jtag-full.exp: Created for high level JTAG tests.
142
        * libsim.tests/Makefile.am: Added jtag-basic.exp and
143
        jtag-full.exp.
144
        * libsim.tests/Makefile.in: Regenerated.
145
        * test-code/lib-jtag: New directory for JTAG test code
146
        * test-code/lib-jtag/lib-jtag.c: Created for low level tests of
147
        JTAG functions.
148
        * test-code/lib-jtag/lib-jtag-full.c: Created for high level tests
149
        of JTAG functions.
150
        * test-code/lib-jtag/Makefile.am: Created.
151
        * test-code/lib-jtag/Makefile.am: Generated.
152
        * test-code/Makefile.am: lib-jtag added as subdir
153
        * test-code/Makefile.in: Regenerated.
154 95 jeremybenn
 
155
2010-05-02  Jeremy Bennett 
156 97 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c (main): Commenting corrected.
157
 
158
2010-05-02  Jeremy Bennett 
159 95 jeremybenn
        * global-conf.exp: Renamed from default-global-conf.exp.
160
        * lib/or1ksim.exp (run_or1ksim): Use $srcdir instead of
161
        environment variable and use $objdir.
162
        * lib/or1ksim.exp (run_libsim): Use $srcdir instead of
163
        environment variable and use $objdir.
164
 
165
2010-04-30  Jeremy Bennett 
166
        * lib/or1ksim.exp (run_or1ksim): Make timeout return UNRESOLVED
167
        rather than FAIL.
168
        * lib/libsim.exp (run libsim): Make timeout return UNRESOLVED
169
        rather than FAIL.
170
        * or1ksim.tests/fbtest.exp: Restore timeout correctly.
171
 
172 93 jeremybenn
2010-04-28  Jeremy Bennett 
173
        * libsim.tests/upcalls.exp: Created.
174
        * libsim.tests/upcalls.cfg: Created.
175
        * test-code/lib-upcalls/lib-upcalls.c: Changed to use new upcall
176
        interface.
177
        * test-code/lib-inttest/lib-inttest-edge.c: Created.
178
        * test-code/lib-inttest/lib-inttest-level.c: Changed to use new
179
        upcall interface.
180
 
181
2010-04-25  Jeremy Bennett 
182
        * libsim.tests/int-level.exp: Created.
183
        * test-code/lib-upcalls: Created.
184
        * test-code/lib-upcalls/lib-upcalls.c: Created.
185
        * test-code/lib-upcalls/Makefile.am: Created.
186
        * test-code/lib-upcalls/Makefile.in: Regenerated.
187
        function to print chars more clearly.
188
        * or1ksim.tests/kbd.exp: Updated for new test output format.
189
 
190
2010-04-23  Jeremy Bennett 
191
        * test-code/lib-inttest/lib-inttest-level.c: Created.
192
        * Makefile.am: Updated for new tests
193
        * Makefile.in: Regenerated.
194
        * README: Updated for new library test results.
195
 
196
2010-04-22  Jeremy Bennett 
197
        * or1ksim.tests/cbasic.exp: Errors due to buggy printf fixed.
198
        * or1ksim.tests/mmu.exp: Errors due to buggy printf fixed.
199
        * or1ksim.tests/mul.exp: Errors due to buggy printf fixed.
200
 
201 90 jeremybenn
2010-04-21  Jeremy Bennett 
202
        * test-code-or1k: Renamed from test-code.
203
        * configure.ac, configure: Moved to test-code-or1k.
204
        * AUTHORS, NEWS, INSTALL, COPYING: Moved to test-code-or1k.
205
 
206 82 jeremybenn
2010-04-20  Jeremy Bennett 
207
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
208
        * test-code/except-test/except-test.c (illegal_insn_test):
209
          Generate and check a correct sequence for illegal instruction.
210
        * test-code/except-test/except-test.c (except_priority_test):
211
          Generate a properly illegal instruction.
212
 
213
2010-04-19  Jeremy Bennett 
214
        * AUTHORS: Created to refer to parent file.
215
        * config: Directory for board configurations.
216
        * config/unix.exp: Created.
217
        * configure: Regenerated.
218
        * configure.ac: Created as sub-configuration of the main program.
219
        * COPYING: Updated to version 3.
220
        * default-global-conf.exp: Created.
221
        * INSTALL: Updated to refer to parent file.
222
        * lib: Directory for expect library code.
223
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
224
        * Makefile.am: Updated for DejaGNU compliance.
225
        * Makefile.in: Regenerated.
226
        * NEWS: Created to refer to parent file.
227
        * or1ksim.tests: Directory for expect tests of complete SoC.
228
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
229
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
230
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
231
        * or1ksim.tests/basic.exp: Created.
232
        * or1ksim.tests/cbasic.exp: Created.
233
        * or1ksim.tests/cfg.exp: Created.
234
        * or1ksim.tests/default.cfg: Updated from old test directory
235
        * or1ksim.tests/dhry.exp: Created.
236
        * or1ksim.tests/dmatest.exp: Created.
237
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
238
        * or1ksim.tests/eth.cfg: Updated from old test directory.
239
        * or1ksim.tests/eth.exp: Created.
240
        * or1ksim.tests/except-test.exp: Created.
241
        * or1ksim.tests/exit.exp: Created.
242
        * or1ksim.tests/ext.exp: Created.
243
        * or1ksim.tests/fbtest.exp: Created.
244
        * or1ksim.tests/flag.exp: Created.
245
        * or1ksim.tests/functest.exp: Created.
246
        * or1ksim.tests/int-test.exp: Created.
247
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
248
        * or1ksim.tests/kbdtest.exp: Created.
249
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
250
        * or1ksim.tests/local-global.exp: Created.
251
        * or1ksim.tests/mem-test.exp: Created.
252
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
253
        * or1ksim.tests/mmu.exp: Created.
254
        * or1ksim.tests/mul.exp: Created.
255
        * or1ksim.tests/mycompress.exp: Created.
256
        * or1ksim.tests/tick.exp: Created.
257
        * README: Updated for new structure.
258
        * test-code: New directory for test-programs.
259
        * test-code/acv-gpio: New directory.
260
        * test-code/acv-gpio/acv-gpio.c: Created.
261
        * test-code/acv-gpio/Makefile.am: Created.
262
        * test-code/acv-gpio/Makefile.in: Regenerated.
263
        * test-code/acv-uart: New directory.
264
        * test-code/acv-uart/acv-uart.c: Created.
265
        * test-code/acv-uart/Makefile.am: Created.
266
        * test-code/acv-uart/Makefile.in: Regenerated.
267
        * test-code/basic: New directory.
268
        * test-code/basic/basic.S: Created.
269
        * test-code/basic/Makefile.am: Created.
270
        * test-code/basic/Makefile.in: Regenerated.
271
        * test-code/board.h: Created.
272
        * test-code/cache: New directory.
273
        * test-code/cache/cache-asm.S: Created.
274
        * test-code/cache/cache.c: Created.
275
        * test-code/cache/cache.ld: Updated from old test directory.
276
        * test-code/cache/Makefile.am: Created.
277
        * test-code/cache/Makefile.in: Regenerated.
278
        * test-code/cbasic: New directory.
279
        * test-code/cbasic/cbasic.c: Created.
280
        * test-code/cbasic/Makefile.am: Created.
281
        * test-code/cbasic/Makefile.in: Regenerated.
282
        * test-code/cfg: New directory.
283
        * test-code/cfg/cfg.S: Created.
284
        * test-code/cfg/Makefile.am: Created.
285
        * test-code/cfg/Makefile.in: Regenerated.
286
        * test-code/default.ld: Updated from old test directory.
287
        * test-code/dhry: New directory.
288
        * test-code/dhry/dhry.c: Created.
289
        * test-code/dhry/dhry.h: Created.
290
        * test-code/dhry/Makefile.am: Created.
291
        * test-code/dhry/Makefile.in: Regenerated.
292
        * test-code/dmatest: New directory.
293
        * test-code/dmatest/dmatest.c: Created.
294
        * test-code/dmatest/Makefile.am: Created.
295
        * test-code/dmatest/Makefile.in: Regenerated.
296
        * test-code/eth: New directory.
297
        * test-code/eth/eth.c: Created.
298
        * test-code/eth/Makefile.am: Created.
299
        * test-code/eth/Makefile.in: Regenerated.
300
        * test-code/except: New directory.
301
        * test-code/except/except.S: Created.
302
        * test-code/except/Makefile.am: Created.
303
        * test-code/except/Makefile.in: Regenerated.
304
        * test-code/except-mc.ld: Updated from old test directory.
305
        * test-code/except-test: New directory.
306
        * test-code/except-test/except-test.c: Created.
307
        * test-code/except-test/except-test-s.S: Created.
308
        * test-code/except-test/Makefile.am: Created.
309
        * test-code/except-test/Makefile.in: Regenerated.
310
        * test-code/exit: New directory.
311
        * test-code/exit/exit.c: Created.
312
        * test-code/exit/Makefile.am: Created.
313
        * test-code/exit/Makefile.in: Regenerated.
314
        * test-code/ext: New directory.
315
        * test-code/ext/ext.S: Created.
316
        * test-code/ext/Makefile.am: Created.
317
        * test-code/ext/Makefile.in: Regenerated.
318
        * test-code/fbtest: New directory.
319
        * test-code/fbtest/fbtest.c: Created.
320
        * test-code/fbtest/Makefile.am: Created.
321
        * test-code/fbtest/Makefile.in: Regenerated.
322
        * test-code/flag: New directory.
323
        * test-code/flag/flag.S: Created.
324
        * test-code/flag/Makefile.am: Created.
325
        * test-code/flag/Makefile.in: Regenerated.
326
        * test-code/functest: New directory.
327
        * test-code/functest/functest.c: Created.
328
        * test-code/functest/Makefile.am: Created.
329
        * test-code/functest/Makefile.in: Regenerated.
330
        * test-code/inst-set-test: New directory.
331
        * test-code/inst-set-test/inst-set-test.c: Created.
332
        * test-code/inst-set-test/Makefile.am: Created.
333
        * test-code/inst-set-test/Makefile.in: Regenerated.
334
        * test-code/int-test: New directory.
335
        * test-code/int-test/int-test.ld: Updated from old test directory.
336
        * test-code/int-test/int-test.S: Created.
337
        * test-code/int-test/Makefile.am: Created.
338
        * test-code/int-test/Makefile.in: Regenerated.
339
        * test-code/kbdtest: New directory.
340
        * test-code/kbdtest/kbdtest.c: Created.
341
        * test-code/kbdtest/Makefile.am: Created.
342
        * test-code/kbdtest/Makefile.in: Regenerated.
343
        * test-code/local-global: New directory.
344
        * test-code/local-global/local-global.c: Created.
345
        * test-code/local-global/Makefile.am: Created.
346
        * test-code/local-global/Makefile.in: Regenerated.
347
        * test-code/Makefile.am: Created.
348
        * test-code/Makefile.in: Regenerated.
349
        * test-code/mc-async: New directory.
350
        * test-code/mc-async/Makefile.am: Created.
351
        * test-code/mc-async/Makefile.in: Regenerated.
352
        * test-code/mc-async/mc-async.c: Created.
353
        * test-code/mc-async/mc-async.h: Created.
354
        * test-code/mc-common: New directory.
355
        * test-code/mc-common/except-mc.S: Created.
356
        * test-code/mc-common/Makefile.am: Created.
357
        * test-code/mc-common/Makefile.in: Regenerated.
358
        * test-code/mc-common/mc-common.c: Created.
359
        * test-code/mc-common/mc-common.h: Created.
360
        * test-code/mc-dram: New directory.
361
        * test-code/mc-dram/Makefile.am: Created.
362
        * test-code/mc-dram/Makefile.in: Regenerated.
363
        * test-code/mc-dram/mc-dram.c: Created.
364
        * test-code/mc-dram/mc-dram.h: Created.
365
        * test-code/mc-ssram: New directory.
366
        * test-code/mc-ssram/Makefile.am: Created.
367
        * test-code/mc-ssram/Makefile.in: Regenerated.
368
        * test-code/mc-ssram/mc-ssram.c: Created.
369
        * test-code/mc-ssram/mc-ssram.h: Created.
370
        * test-code/mc-sync: New directory.
371
        * test-code/mc-sync/Makefile.am: Created.
372
        * test-code/mc-sync/Makefile.in: Regenerated.
373
        * test-code/mc-sync/mc-sync.c: Created.
374
        * test-code/mc-sync/mc-sync.h: Created.
375
        * test-code/mem-test: New directory.
376
        * test-code/mem-test/Makefile.am: Created.
377
        * test-code/mem-test/Makefile.in: Regenerated.
378
        * test-code/mem-test/mem-test.c: Created.
379
        * test-code/mmu: New directory.
380
        * test-code/mmu/Makefile.am: Created.
381
        * test-code/mmu/Makefile.in: Regenerated.
382
        * test-code/mmu/mmu-asm.S: Created.
383
        * test-code/mmu/mmu.c: Created.
384
        * test-code/mul: New directory.
385
        * test-code/mul/Makefile.am: Created.
386
        * test-code/mul/Makefile.in: Regenerated.
387
        * test-code/mul/mul.c: Created.
388
        * test-code/mycompress: New directory.
389
        * test-code/mycompress/Makefile.am: Created.
390
        * test-code/mycompress/Makefile.in: Regenerated.
391
        * test-code/mycompress/mycompress.c: Created.
392
        * test-code/support: New directory.
393
        * test-code/support/int.c: Created.
394
        * test-code/support/int.h: Created.
395
        * test-code/support/Makefile.am: Created.
396
        * test-code/support/Makefile.in: Regenerated.
397
        * test-code/support/spr-defs.h: Created.
398
        * test-code/support/support.c: Created.
399
        * test-code/support/support.h: Created.
400
        * test-code/tick: New directory.
401
        * test-code/tick/Makefile.am: Created.
402
        * test-code/tick/Makefile.in: Regenerated.
403
        * test-code/tick/tick.c: Created.
404
        * test-code/uos: New directory.
405
        * test-code/uos/except-or32.S: Created.
406
        * test-code/uos/ipc.h: Created.
407
        * test-code/uos/Makefile.am: Created.
408
        * test-code/uos/Makefile.in: Regenerated.
409
        * test-code/uos/README: Created.
410
        * test-code/uos/task.c: Created.
411
        * test-code/uos/tick.c: Created.
412
        * test-code/uos/uos.c: Created.
413
        * 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.