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

Subversion Repositories openrisc

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

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

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