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

Subversion Repositories openrisc

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

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

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