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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 797 pgavin
2012-04-25  Peter Gavin  
2
 
3
        * lib/libsim.exp, lib/or1ksim.exp: kill test processes that timeout
4
 
5 784 jeremybenn
2012-03-21  Jeremy Bennett  
6
 
7
        Patch from R Diez 
8
 
9
        * Makefile.am: Add AM_RUNTESTFLAGS to trigger correct error
10
        behaviour.
11
 
12 625 jeremybenn
2011-08-15  Jeremy Bennett  
13
 
14
        * or1skim.tests/Makefile.am: Added pcu.cfg to EXTRA_DIST.
15
 
16 556 julius
2011-06-06  Julius Baxter 
17 625 jeremybenn
 
18 556 julius
        * test-code-or1k/Makefile.am: Added pcu to SUBDIRS
19
        * test-code-or1k/Makefile.in: Regenerated
20
        * test-code-or1k/configure.ac: Added pcu/Makefile
21
        * test-code-or1k/pcu/pcu.S: Added.
22
        * test-code-or1k/pcu/Makefile.am: Added.
23
        * or1ksim.tests/Makefile.am: Added pcu.exp to EXTRA_DIST
24
        * or1ksim.tests/pcu.cfg: Added, has section enabling PCU
25
        * or1ksim.tests/pcu.exp: Added.
26
        * or1ksim.tests/mmu.exp: Set timeout to 30 seconds.
27
        * or1ksim.tests/Makefile.in: Regenerated.
28
        * README: Updated with details of PCU test.
29 625 jeremybenn
 
30 460 jeremybenn
2011-01-04  Jeremy Bennett  
31
 
32
        * README: Updated with details of new tests.
33
 
34 458 julius
2011-01-04  Julius Baxter  
35 460 jeremybenn
 
36 458 julius
        * libsim.tests/default.cfg: Remove superfluous sections. Change CPU
37
        SR to 0x8001 (unset EPH bit).
38
        * libsim.tests/int-edge.cfg: Remove MC section
39
        * libsim.tests/int-level.cfg: Ditto
40
        * libsim.tests/upcalls.cfg: Ditto, also remove other superfluous
41
        section definitions.
42
        * test-code-or1k/basic/Makefile.am: Add default linker and exception
43
        library to LDADD flags.
44
        * test-code-or1k/basic/basic.S: Remove reset section and MC init. Add
45
        main section symbol.
46
        * test-code-or1k/default.ld: Remove flash section  (all flash boot
47
        capability has been removed from software.)
48
        Place exception handlers in except section.
49
        <_bstart>:Added to indicate start of BSS section
50
        <_bend>:Added to indicate end of BSS section
51
        * test-code-or1k/except-mc.ld: Added (.rodata.*) to data section.
52
        * test-code-or1k/except/except.S: Remove MC init code.
53
        Remove code which copied program from flash to RAM on boot.
54
        Added all handler sections.
55
        Fixed bug with DTLB handler which would -4 off EPCR.
56
        Now take care to create exception stack past redzone of 128 bytes.
57 460 jeremybenn
        * test-code-or1k/tick/tick.c:
58
        (tick_int_spurious): Fix apparent bug with spurious interrupt test
59
        which would continue interrupting the program, not allowing it to
60 458 julius
        proceed. Achieve by clearing ttmr when enough interrupts were seen.
61
        * test-code-or1k/ext/ext.S: Add labels for linker sections.
62
        * test-code-or1k/cache/cache.ld: Similar changes to default.ld
63
        * test-code-or1k/cache/cache-asm.S: Remove MC init and relocation code.
64
        * test-code-or1k/cache/cache.c: Remove UART code.
65 460 jeremybenn
        (init_cache_config): Add function for  automatic detection of cache
66 458 julius
        settings.
67
        * test-code-or1k/fp/fp.S: Remove MC init code.
68
        (illegal_insn): Added illegal instruction handler to indicate if FPU
69
        needs to be enabled.
70
        * test-code-or1k/mc-ssram/mc-ssram.c: : Init to 0 to stop GCC
71
        warning.
72 460 jeremybenn
        * test-code-or1k/mul/mul.c:
73 458 julius
        (macrc): Add l.nops before l.macrc. Workaround for bug #1930.
74 460 jeremybenn
        * test-code-or1k/mmu/mmu.c: Almost entirely reimplemented, based on
75 458 julius
        version from ORPSoC.
76
        * test-code-or1k/mmu/mmu-asm.S: Clobber r3 instead of r11 in lo_immu_en
77
        * test-code-or1k/cfg/cfg.S: Change section labels to allow use with new
78
        default.ld.
79
        * test-code-or1k/except-test/except-test-s.S: Remove MC init code.
80
        Add new reset section code.
81
        Add .org directives for each vector handler.
82
        Change immediate of l.trap to 15 from 1
83 460 jeremybenn
        * test-code-or1k/except-test/except-test.c: : Removed,
84 458 julius
        substituted with RAM_START where appropriate.
85
        : Removed.
86
        : Changed to 2MB.
87
        : Removed as was not used.
88
        Added some printf() output to indicate progress of test.
89
        * test-code-or1k/dhry/dhry.c: : Removed all #if sections for this
90
        define.
91
        * test-code-or1k/int-test/int-test.ld: Removed
92
        * test-code-or1k/int-test/int-test.S: Remove MC init code.
93
        Changed reset section to except section.
94
        * test-code-or1k/int-test/Makefile.am: : Changed to
95
        use default.ld.
96
        * test-code-or1k/flag/flag.S: Change exceptions to be in .except section
97 460 jeremybenn
        * test-code-or1k/mc-sync/Makefile.am: : Added
98 458 julius
        mc-common as include path.
99
        * test-code-or1k/mc-async/Makefile.am: : Ditto.
100 460 jeremybenn
        * test-code-or1k/support/support.c:
101 458 julius
        (printf): Added ignoring of '.' in printf format fields.
102
        * or1ksim.tests/default.cfg: Removed MC section.
103
        * or1ksim.tests/mem-test.exp: Updated expect list.
104
        * or1ksim.tests/mmu.cfg: Added CPU section. Removed MC section.
105
        * or1ksim.tests/cache.exp: Updated expect list.
106
        * or1ksim.tests/eth.cfg: Removed MC section.
107
        * or1ksim.tests/mmu.exp: Updated expect list.
108
        * or1ksim.tests/kbdtest.cfg: Removed MC section.
109
        * or1ksim.tests/int-test.exp: Updated expect list.
110
        * or1ksim.tests/fp.cfg: Removed MC section.
111 460 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c: Added explicit handling of
112 458 julius
        OR1KSIM_RC_HALTED return code from library run execute function.
113 460 jeremybenn
 
114 457 julius
2010-12-27  Julius Baxter  
115
 
116
        * or1ksim.tests/eth.cfg: Ethernet section, commented out sockif setting,
117
        added dummy_crc set to false.
118 784 jeremybenn
 
119 434 jeremybenn
2010-11-26  Jeremy Bennett  
120
 
121
        * libsim.tests/default.cfg: Updated Ethernet rtx_type parameter.
122
        * libsim.tests/int-edge.cfg: Updated Ethernet rtx_type parameter.
123
        * libsim.tests/int-level.cfg: Updated Ethernet rtx_type parameter.
124
        * libsim.tests/upcalls.cfg: Updated Ethernet rtx_type parameter.
125
        * or1ksim.tests/default.cfg: Updated Ethernet rtx_type parameter.
126
        * or1ksim.tests/eth.cfg: Updated Ethernet rtx_type parameter.
127
        * or1ksim.tests/fp.cfg: Updated Ethernet rtx_type parameter.
128
        * or1ksim.tests/kbdtest.cfg: Updated Ethernet rtx_type parameter.
129
 
130 432 jeremybenn
2010-11-25  Jeremy Bennett  
131
 
132
        * libsim.tests/int-edge.exp: Updated for new interrupt interface.
133
        * libsim.tests/int-level.exp: Updated for new interrupt interface.
134
        * README: Updated to change number of interrupt tests in library.
135
 
136
2010-11-24  Jeremy Bennett  
137
 
138
        * test-code/lib-inttest/Makefile.am: Updated to use lib-inttest.c
139
        to build a single program.
140
        * test-code/lib-inttest/Makefile.in: Regenerated.
141
        * test-code/lib-inttest/lib-inttest.c: Created.
142
        * test-code/lib-inttest/lib-inttest-edge.c: Deleted.
143
        * test-code/lib-inttest/lib-inttest-level.c: Deleted.
144
 
145 346 jeremybenn
2010-09-07  Jeremy Bennett  
146
 
147
        * libsim.tests/int-edge.exp : Increase time
148
        between interrupts to 2ms.
149
        : Increase time between interrupts to 2ms.
150
        : Increase time between interrupts to 2ms.
151
        : Increase time between interrupts to 2ms.
152
 
153 234 jeremybenn
2010-08-03  Jeremy Bennett  
154
 
155 235 jeremybenn
        * or1ksim.tests/eth.cfg: Fix section debug to use RSP only.
156
        * or1ksim.tests/kbdtest.cfg: Fix section debug to use RSP only.
157
 
158
2010-08-03  Jeremy Bennett  
159
 
160 234 jeremybenn
        * or1ksim.tests/testfloat.exp: Modified to use fp.cfg, corrected
161
        which tests are counted. Fixed change of timeout.
162
        * or1ksim.tests/testfloat.cfg: Deleted.
163
        * or1ksim.tests/Makefile.am: Added testfloat.exp to distribution.
164
 
165
2010-08-03  Julius Baxter  
166
 
167
        * or1ksim.tests/fp.exp: Update expected output.
168
        * or1ksim.tests/testfloat.exp: Expect file for testfloat sw.
169
        * or1ksim.tests/testfloat.cfg: Sim config file for testfloat.
170
 
171 220 jeremybenn
2010-07-23  Jeremy Bennett  
172
 
173
        * or1ksim.tests/except-test.exp: Output no longer reports out of
174
        memory exceptions.
175
        * libsim.tests/jtag-write-control.exp
176
        : No PIC reset.
177
        : No PIC reset.
178
        : No PIC reset.
179
        * libsim.tests/upcalls.exp :
180
        No output from exit.
181
        * test-code/lib-iftest/lib-iftest.c (main): New interface to
182
        or1ksim_init.
183
        * test-code/lib-inttest/lib-inttest-edge.c (main): New interface to
184
        or1ksim_init.
185
        * test-code/lib-inttest/lib-inttest-level.c (main): New interface to
186
        or1ksim_init.
187
        * test-code/lib-jtag/lib-jtag.c (main): New interface to
188
        or1ksim_init.
189
        * test-code/lib-jtag/lib-jtag-full.c (main): New interface to
190
        or1ksim_init.
191
        * test-code/lib-upcalls/lib-upcalls.c (main): New interface to
192
        or1ksim_init.
193
 
194
2010-06-15  Jeremy Bennett  
195
 
196 123 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added tests for l.mfspr and
197 124 jeremybenn
        l.mtspr, l.sub, logical and shift instructions.
198 123 jeremybenn
 
199 220 jeremybenn
2010-06-14  Jeremy Bennett  
200
 
201 121 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Modified output from RANGE
202 122 jeremybenn
        exception. Added tests for jump and rotate right instructions.
203 121 jeremybenn
 
204 220 jeremybenn
2010-06-13  Jeremy Bennett  
205
 
206 118 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added multiplication
207
        tests. Extended divistion tests. Changed output to match new
208
        format from existing tests.
209
        * README: Updated with new tests.
210
 
211 220 jeremybenn
2010-06-11  Jeremy Bennett  
212
 
213 116 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added MAC tests.
214
        * or1ksim.tests/mul.exp: Corrected erroneous expected results.
215
        * README: Updated with new tests.
216
 
217 220 jeremybenn
2010-06-10  Jeremy Bennett  
218
 
219 115 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added find tests.
220
        * README: Updated with new tests.
221
 
222 220 jeremybenn
2010-06-10  Jeremy Bennett  
223
 
224 114 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Extended addition tests.
225 115 jeremybenn
        * README: Updated with new tests.
226 114 jeremybenn
 
227 220 jeremybenn
2010-06-09  Jeremy Bennett  
228
 
229 112 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added division and addition tests.
230 115 jeremybenn
        * README: Updated with new tests.
231 112 jeremybenn
 
232 220 jeremybenn
2010-06-06  Jeremy Bennett  
233
 
234 107 jeremybenn
        * or1ksim.tests/inst-set-test.cfg: Created.
235
        * or1ksim.tests/inst-set-test.exp: Created.
236
        * or1ksim.tests/Makefile.am: Updated to reflect added and deleted
237
        files.
238
        * or1ksim.tests/Makefile.in: Regenerated
239
        * or1ksim.tests/lws-test.exp: Deleted (incorporated within
240
        inst-set-test.ex).
241
        * README: Updated to reflect new structure.
242
 
243 220 jeremybenn
2010-06-03  Jeremy Bennett  
244
 
245 104 jeremybenn
        * or1ksim.tests/fp.exp: Removed timeout change
246
        * or1ksim.tests/lws-test.exp: Created.
247
        * or1ksim/test/Makefile.am: Added lws-test & config.
248
        * or1ksim/test/Makefile.in: Regenerated.
249
 
250 220 jeremybenn
2010-06-02  Jeremy Bennett  
251
 
252 104 jeremybenn
        * lib/or1ksim.exp: Use same matching as libsim.exp, treat each
253
        match as a pass.
254
        * or1ksim/test/basic.exp: Unreported test entries marked.
255
        * or1ksim/test/cache.exp: Unreported test entries marked.
256
        * or1ksim/test/cbasic.exp: Unreported test entries marked.
257
        * or1ksim/test/cfg.exp: Unreported test entries marked.
258
        * or1ksim/test/dhry.exp: Unreported test entries marked.
259
        * or1ksim/test/dmatest.exp: Unreported test entries marked.
260
        * or1ksim/test/eth.exp: Unreported test entries marked.
261
        * or1ksim/test/except-test.exp: Unreported test entries marked.
262
        * or1ksim/test/exit.exp: Unreported test entries marked.
263
        * or1ksim/test/ext.exp: Unreported test entries marked.
264
        * or1ksim/test/fbtest.exp: Unreported test entries marked.
265
        * or1ksim.tests/fp.cfg: Created.
266
        * or1ksim.tests/fp.exp: Created.
267
        * or1ksim/test/functest.exp: Unreported test entries marked.
268
        * or1ksim/test/flag.exp: Unreported test entries marked.
269
        * or1ksim/test/int-test.exp: Unreported test entries marked.
270
        * or1ksim/test/kbdtest.exp: Unreported test entries marked.
271
        * or1ksim/test/local-global.exp: Unreported test entries marked.
272
        * or1ksim/test/Makefile.am: Added floating point test & config.
273
        * or1ksim/test/Makefile.in: Regenerated.
274
        * or1ksim/test/mem-test.exp: Unreported test entries marked.
275
        * or1ksim/test/mmu.exp: Unreported test entries marked.
276
        * or1ksim/test/mul.exp: Unreported test entries marked.
277
        * or1ksim/test/mycompress.exp: Unreported test entries marked.
278
        * or1ksim/test/tick.exp: Unreported test entries marked.
279
 
280 220 jeremybenn
2010-05-20  Jeremy Bennett  
281
 
282 99 jeremybenn
        * lib/libsim.exp (run_libsim): Expect clause corrected to detect
283
        all unexpected warning/errors.
284
        * libsim.tests/jtag-go-command-read.exp
285
        : Missing error added.
286
        : Missing error added.
287
        : Missing error added.
288
        : Missing error added.
289
        : Missing error added.
290
        : Missing error added.
291
        : Missing error added.
292
 
293 220 jeremybenn
2010-05-19  Jeremy Bennett  
294
 
295 98 jeremybenn
        * libsim.tests/Makefile.am: upcalls.exp added to distribution.
296
        * libsim.tests/Makefile.in: Regenerated.
297
 
298 220 jeremybenn
2010-05-18  Jeremy Bennett  
299
 
300 98 jeremybenn
        * libsim.tests/default.cfg: Disabled MC, replaced with memory block
301
        and set CPU to take vectors at high address.
302
        * test-code/lib-jtag/lib-jtag-full.c: Increase time quanta to 3ms to
303
        allow time for messages.
304
 
305 220 jeremybenn
2010-05-16  Jeremy Bennett  
306
 
307 98 jeremybenn
        * libsim.tests/Makefile.am: Added new test files to dist
308
        * libsim.tests/Makefile: Regenerated.
309
        * libsim.tests/jtag-go-command-read.exp: New file.
310
        * libsim.tests/jtag-go-command-write.exp: New file.
311
        * libsim.tests/jtag-read-command.exp: Tests updated for new interface.
312
        * libsim.tests/jtag-read-control.exp: New file.
313
        * libsim.tests/jtag-select-module.exp: Tests updated for new
314
        interface. All tests related to subsequent commands moved to their own
315
        tests.
316
        * libsim.tests/jtag-write-command.exp: Tests updated for new interface.
317
        * libsim.tests/jtag-write-control.exp: New file.
318
        * test-code/lib-jtag/lib-jtag.c: Interface changed to allow use of new
319
        JTAG library interface with bit lengths.
320
        * test-code/lib-jtag/lib-jtag-full.c: Use new JTAG library interface
321
        with bit lengths.
322
 
323
 
324 220 jeremybenn
2010-05-14  Jeremy Bennett  
325
 
326 98 jeremybenn
        * libsim.tests/jtag-read-command.exp: Better test naming.
327
        * libsim.tests/jtag-select-module.exp: Better test naming.
328
        * libsim.tests/jtag-write-command.exp: Better test naming.
329
        * libsim.tests/jtag-select-module.exp
330
        : Check for correct access type.
331
        : Check for correct access type.
332
        : Check for correct access type.
333
        : Check for correct access type.
334
        : Check for correct access
335
        type.
336
 
337 220 jeremybenn
2010-05-13  Jeremy Bennett  
338
 
339 98 jeremybenn
        * libsim.tests/default.cfg: Add memory block at top of memory.
340
        * libsim.tests/lib-jtag-full.c: Corrected some error messages.
341
        * libsim.tests/Makefile.am: Added new JTAG test files.
342
        * libsim.tests/Makefile.in: Regenerated.
343
        * libsim.tests/jtag-read-command.exp: Break out READ_COMMAND tests.
344
        * libsim.tests/jtag-select-module.exp: Break out SELECT_MODULE tests.
345
        * libsim.tests/jtag-write-command.exp: Break out WRITE_COMMAND tests.
346
        * README: Updated with new tests.
347
        * test-code/lib-jtag/lib-jtag-full.c (process_read_command):
348
        Corrected printout of access_type.
349
 
350 220 jeremybenn
2010-05-04  Jeremy Bennett  
351
 
352 97 jeremybenn
        * configure.ac: lib-jtag/Makefile.am added as output
353
        * configure: Regenerated
354
        * libsim.tests/jtag-basic.exp: Created for low level JTAG tests.
355
        * libsim.tests/jtag-full.exp: Created for high level JTAG tests.
356
        * libsim.tests/Makefile.am: Added jtag-basic.exp and
357
        jtag-full.exp.
358
        * libsim.tests/Makefile.in: Regenerated.
359
        * test-code/lib-jtag: New directory for JTAG test code
360
        * test-code/lib-jtag/lib-jtag.c: Created for low level tests of
361
        JTAG functions.
362
        * test-code/lib-jtag/lib-jtag-full.c: Created for high level tests
363
        of JTAG functions.
364
        * test-code/lib-jtag/Makefile.am: Created.
365
        * test-code/lib-jtag/Makefile.am: Generated.
366
        * test-code/Makefile.am: lib-jtag added as subdir
367
        * test-code/Makefile.in: Regenerated.
368 95 jeremybenn
 
369 220 jeremybenn
2010-05-02  Jeremy Bennett  
370
 
371 97 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c (main): Commenting corrected.
372
 
373 220 jeremybenn
2010-05-02  Jeremy Bennett  
374
 
375 95 jeremybenn
        * global-conf.exp: Renamed from default-global-conf.exp.
376
        * lib/or1ksim.exp (run_or1ksim): Use $srcdir instead of
377
        environment variable and use $objdir.
378
        * lib/or1ksim.exp (run_libsim): Use $srcdir instead of
379
        environment variable and use $objdir.
380
 
381 220 jeremybenn
2010-04-30  Jeremy Bennett  
382
 
383 95 jeremybenn
        * lib/or1ksim.exp (run_or1ksim): Make timeout return UNRESOLVED
384
        rather than FAIL.
385
        * lib/libsim.exp (run libsim): Make timeout return UNRESOLVED
386
        rather than FAIL.
387
        * or1ksim.tests/fbtest.exp: Restore timeout correctly.
388
 
389 220 jeremybenn
2010-04-28  Jeremy Bennett  
390
 
391 93 jeremybenn
        * libsim.tests/upcalls.exp: Created.
392
        * libsim.tests/upcalls.cfg: Created.
393
        * test-code/lib-upcalls/lib-upcalls.c: Changed to use new upcall
394
        interface.
395
        * test-code/lib-inttest/lib-inttest-edge.c: Created.
396
        * test-code/lib-inttest/lib-inttest-level.c: Changed to use new
397
        upcall interface.
398
 
399 220 jeremybenn
2010-04-25  Jeremy Bennett  
400
 
401 93 jeremybenn
        * libsim.tests/int-level.exp: Created.
402
        * test-code/lib-upcalls: Created.
403
        * test-code/lib-upcalls/lib-upcalls.c: Created.
404
        * test-code/lib-upcalls/Makefile.am: Created.
405
        * test-code/lib-upcalls/Makefile.in: Regenerated.
406
        function to print chars more clearly.
407
        * or1ksim.tests/kbd.exp: Updated for new test output format.
408
 
409 220 jeremybenn
2010-04-23  Jeremy Bennett  
410
 
411 93 jeremybenn
        * test-code/lib-inttest/lib-inttest-level.c: Created.
412
        * Makefile.am: Updated for new tests
413
        * Makefile.in: Regenerated.
414
        * README: Updated for new library test results.
415
 
416 220 jeremybenn
2010-04-22  Jeremy Bennett  
417
 
418 93 jeremybenn
        * or1ksim.tests/cbasic.exp: Errors due to buggy printf fixed.
419
        * or1ksim.tests/mmu.exp: Errors due to buggy printf fixed.
420
        * or1ksim.tests/mul.exp: Errors due to buggy printf fixed.
421
 
422 220 jeremybenn
2010-04-21  Jeremy Bennett  
423
 
424 90 jeremybenn
        * test-code-or1k: Renamed from test-code.
425
        * configure.ac, configure: Moved to test-code-or1k.
426
        * AUTHORS, NEWS, INSTALL, COPYING: Moved to test-code-or1k.
427
 
428 220 jeremybenn
2010-04-20  Jeremy Bennett  
429
 
430 82 jeremybenn
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
431
        * test-code/except-test/except-test.c (illegal_insn_test):
432
          Generate and check a correct sequence for illegal instruction.
433
        * test-code/except-test/except-test.c (except_priority_test):
434
          Generate a properly illegal instruction.
435
 
436 220 jeremybenn
2010-04-19  Jeremy Bennett  
437
 
438 82 jeremybenn
        * AUTHORS: Created to refer to parent file.
439
        * config: Directory for board configurations.
440
        * config/unix.exp: Created.
441
        * configure: Regenerated.
442
        * configure.ac: Created as sub-configuration of the main program.
443
        * COPYING: Updated to version 3.
444
        * default-global-conf.exp: Created.
445
        * INSTALL: Updated to refer to parent file.
446
        * lib: Directory for expect library code.
447
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
448
        * Makefile.am: Updated for DejaGNU compliance.
449
        * Makefile.in: Regenerated.
450
        * NEWS: Created to refer to parent file.
451
        * or1ksim.tests: Directory for expect tests of complete SoC.
452
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
453
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
454
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
455
        * or1ksim.tests/basic.exp: Created.
456
        * or1ksim.tests/cbasic.exp: Created.
457
        * or1ksim.tests/cfg.exp: Created.
458
        * or1ksim.tests/default.cfg: Updated from old test directory
459
        * or1ksim.tests/dhry.exp: Created.
460
        * or1ksim.tests/dmatest.exp: Created.
461
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
462
        * or1ksim.tests/eth.cfg: Updated from old test directory.
463
        * or1ksim.tests/eth.exp: Created.
464
        * or1ksim.tests/except-test.exp: Created.
465
        * or1ksim.tests/exit.exp: Created.
466
        * or1ksim.tests/ext.exp: Created.
467
        * or1ksim.tests/fbtest.exp: Created.
468
        * or1ksim.tests/flag.exp: Created.
469
        * or1ksim.tests/functest.exp: Created.
470
        * or1ksim.tests/int-test.exp: Created.
471
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
472
        * or1ksim.tests/kbdtest.exp: Created.
473
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
474
        * or1ksim.tests/local-global.exp: Created.
475
        * or1ksim.tests/mem-test.exp: Created.
476
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
477
        * or1ksim.tests/mmu.exp: Created.
478
        * or1ksim.tests/mul.exp: Created.
479
        * or1ksim.tests/mycompress.exp: Created.
480
        * or1ksim.tests/tick.exp: Created.
481
        * README: Updated for new structure.
482
        * test-code: New directory for test-programs.
483
        * test-code/acv-gpio: New directory.
484
        * test-code/acv-gpio/acv-gpio.c: Created.
485
        * test-code/acv-gpio/Makefile.am: Created.
486
        * test-code/acv-gpio/Makefile.in: Regenerated.
487
        * test-code/acv-uart: New directory.
488
        * test-code/acv-uart/acv-uart.c: Created.
489
        * test-code/acv-uart/Makefile.am: Created.
490
        * test-code/acv-uart/Makefile.in: Regenerated.
491
        * test-code/basic: New directory.
492
        * test-code/basic/basic.S: Created.
493
        * test-code/basic/Makefile.am: Created.
494
        * test-code/basic/Makefile.in: Regenerated.
495
        * test-code/board.h: Created.
496
        * test-code/cache: New directory.
497
        * test-code/cache/cache-asm.S: Created.
498
        * test-code/cache/cache.c: Created.
499
        * test-code/cache/cache.ld: Updated from old test directory.
500
        * test-code/cache/Makefile.am: Created.
501
        * test-code/cache/Makefile.in: Regenerated.
502
        * test-code/cbasic: New directory.
503
        * test-code/cbasic/cbasic.c: Created.
504
        * test-code/cbasic/Makefile.am: Created.
505
        * test-code/cbasic/Makefile.in: Regenerated.
506
        * test-code/cfg: New directory.
507
        * test-code/cfg/cfg.S: Created.
508
        * test-code/cfg/Makefile.am: Created.
509
        * test-code/cfg/Makefile.in: Regenerated.
510
        * test-code/default.ld: Updated from old test directory.
511
        * test-code/dhry: New directory.
512
        * test-code/dhry/dhry.c: Created.
513
        * test-code/dhry/dhry.h: Created.
514
        * test-code/dhry/Makefile.am: Created.
515
        * test-code/dhry/Makefile.in: Regenerated.
516
        * test-code/dmatest: New directory.
517
        * test-code/dmatest/dmatest.c: Created.
518
        * test-code/dmatest/Makefile.am: Created.
519
        * test-code/dmatest/Makefile.in: Regenerated.
520
        * test-code/eth: New directory.
521
        * test-code/eth/eth.c: Created.
522
        * test-code/eth/Makefile.am: Created.
523
        * test-code/eth/Makefile.in: Regenerated.
524
        * test-code/except: New directory.
525
        * test-code/except/except.S: Created.
526
        * test-code/except/Makefile.am: Created.
527
        * test-code/except/Makefile.in: Regenerated.
528
        * test-code/except-mc.ld: Updated from old test directory.
529
        * test-code/except-test: New directory.
530
        * test-code/except-test/except-test.c: Created.
531
        * test-code/except-test/except-test-s.S: Created.
532
        * test-code/except-test/Makefile.am: Created.
533
        * test-code/except-test/Makefile.in: Regenerated.
534
        * test-code/exit: New directory.
535
        * test-code/exit/exit.c: Created.
536
        * test-code/exit/Makefile.am: Created.
537
        * test-code/exit/Makefile.in: Regenerated.
538
        * test-code/ext: New directory.
539
        * test-code/ext/ext.S: Created.
540
        * test-code/ext/Makefile.am: Created.
541
        * test-code/ext/Makefile.in: Regenerated.
542
        * test-code/fbtest: New directory.
543
        * test-code/fbtest/fbtest.c: Created.
544
        * test-code/fbtest/Makefile.am: Created.
545
        * test-code/fbtest/Makefile.in: Regenerated.
546
        * test-code/flag: New directory.
547
        * test-code/flag/flag.S: Created.
548
        * test-code/flag/Makefile.am: Created.
549
        * test-code/flag/Makefile.in: Regenerated.
550
        * test-code/functest: New directory.
551
        * test-code/functest/functest.c: Created.
552
        * test-code/functest/Makefile.am: Created.
553
        * test-code/functest/Makefile.in: Regenerated.
554
        * test-code/inst-set-test: New directory.
555
        * test-code/inst-set-test/inst-set-test.c: Created.
556
        * test-code/inst-set-test/Makefile.am: Created.
557
        * test-code/inst-set-test/Makefile.in: Regenerated.
558
        * test-code/int-test: New directory.
559
        * test-code/int-test/int-test.ld: Updated from old test directory.
560
        * test-code/int-test/int-test.S: Created.
561
        * test-code/int-test/Makefile.am: Created.
562
        * test-code/int-test/Makefile.in: Regenerated.
563
        * test-code/kbdtest: New directory.
564
        * test-code/kbdtest/kbdtest.c: Created.
565
        * test-code/kbdtest/Makefile.am: Created.
566
        * test-code/kbdtest/Makefile.in: Regenerated.
567
        * test-code/local-global: New directory.
568
        * test-code/local-global/local-global.c: Created.
569
        * test-code/local-global/Makefile.am: Created.
570
        * test-code/local-global/Makefile.in: Regenerated.
571
        * test-code/Makefile.am: Created.
572
        * test-code/Makefile.in: Regenerated.
573
        * test-code/mc-async: New directory.
574
        * test-code/mc-async/Makefile.am: Created.
575
        * test-code/mc-async/Makefile.in: Regenerated.
576
        * test-code/mc-async/mc-async.c: Created.
577
        * test-code/mc-async/mc-async.h: Created.
578
        * test-code/mc-common: New directory.
579
        * test-code/mc-common/except-mc.S: Created.
580
        * test-code/mc-common/Makefile.am: Created.
581
        * test-code/mc-common/Makefile.in: Regenerated.
582
        * test-code/mc-common/mc-common.c: Created.
583
        * test-code/mc-common/mc-common.h: Created.
584
        * test-code/mc-dram: New directory.
585
        * test-code/mc-dram/Makefile.am: Created.
586
        * test-code/mc-dram/Makefile.in: Regenerated.
587
        * test-code/mc-dram/mc-dram.c: Created.
588
        * test-code/mc-dram/mc-dram.h: Created.
589
        * test-code/mc-ssram: New directory.
590
        * test-code/mc-ssram/Makefile.am: Created.
591
        * test-code/mc-ssram/Makefile.in: Regenerated.
592
        * test-code/mc-ssram/mc-ssram.c: Created.
593
        * test-code/mc-ssram/mc-ssram.h: Created.
594
        * test-code/mc-sync: New directory.
595
        * test-code/mc-sync/Makefile.am: Created.
596
        * test-code/mc-sync/Makefile.in: Regenerated.
597
        * test-code/mc-sync/mc-sync.c: Created.
598
        * test-code/mc-sync/mc-sync.h: Created.
599
        * test-code/mem-test: New directory.
600
        * test-code/mem-test/Makefile.am: Created.
601
        * test-code/mem-test/Makefile.in: Regenerated.
602
        * test-code/mem-test/mem-test.c: Created.
603
        * test-code/mmu: New directory.
604
        * test-code/mmu/Makefile.am: Created.
605
        * test-code/mmu/Makefile.in: Regenerated.
606
        * test-code/mmu/mmu-asm.S: Created.
607
        * test-code/mmu/mmu.c: Created.
608
        * test-code/mul: New directory.
609
        * test-code/mul/Makefile.am: Created.
610
        * test-code/mul/Makefile.in: Regenerated.
611
        * test-code/mul/mul.c: Created.
612
        * test-code/mycompress: New directory.
613
        * test-code/mycompress/Makefile.am: Created.
614
        * test-code/mycompress/Makefile.in: Regenerated.
615
        * test-code/mycompress/mycompress.c: Created.
616
        * test-code/support: New directory.
617
        * test-code/support/int.c: Created.
618
        * test-code/support/int.h: Created.
619
        * test-code/support/Makefile.am: Created.
620
        * test-code/support/Makefile.in: Regenerated.
621
        * test-code/support/spr-defs.h: Created.
622
        * test-code/support/support.c: Created.
623
        * test-code/support/support.h: Created.
624
        * test-code/tick: New directory.
625
        * test-code/tick/Makefile.am: Created.
626
        * test-code/tick/Makefile.in: Regenerated.
627
        * test-code/tick/tick.c: Created.
628
        * test-code/uos: New directory.
629
        * test-code/uos/except-or32.S: Created.
630
        * test-code/uos/ipc.h: Created.
631
        * test-code/uos/Makefile.am: Created.
632
        * test-code/uos/Makefile.in: Regenerated.
633
        * test-code/uos/README: Created.
634
        * test-code/uos/task.c: Created.
635
        * test-code/uos/tick.c: Created.
636
        * test-code/uos/uos.c: Created.
637
        * 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.