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

Subversion Repositories openrisc

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

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

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