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

Subversion Repositories openrisc

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

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

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