Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 93)

Ticket Resolution Summary Owner Reporter
#35 fixed Bug in the Sparc V8 component (LDA instruction) developers quentin.meunier@…
Description

While trying to run a sample code on the sparc processor, an error arised : line 80, the test

if(ins.format3a.i == 0) {                                       \
            m_exception = true;                                         \
            m_exception_cause = TP_ILLEGAL_INSTRUCTION;

is actually the contrary :

if(ins.format3a.i == 1) {                                       \
            m_exception = true;                                         \
            m_exception_cause = TP_ILLEGAL_INSTRUCTION;

cf. the sparc V8 reference manual, p. 160 (163), test on code line 9.

#74 invalid problem re[prt developers resdt
Description

<a href="<a href="http://bughere.com">">dsfsfsdfds</a>

#72 wontfix Running Benchmark Application h264 decoder developers santhosh-kumar.rethinagiri
Description

Would it be possible to run the benchmark application provided in the soclib .. as it gives more error.

             SystemC 2.2.0 --- Jun 11 2010 09:42:59
        Copyright (c) 1996-2006 by all Contributors
                    ALL RIGHTS RESERVED
Trying to load a plain blob from file 'block0.iso' @ 0x68200000 flags: D
Loading a plain blob from file 'block0.iso' @ 68200000, size: 718848
bytes,  flags: 3
Loading at 0xffffff80 size 128: .boot
Loading at 0x50000000 size 1048576: .text .rodata .excep .cpudata
.contextdata .data
Frame buffer: 352 288 420 /tmp/vciframebuffer.raw7kCLmV
Loading at 0x7f400000 size 1048576: nothing
Loading at 0x68200000 size 33554432: block0.iso

can see its not loading nothing at this address 0x7f400000.

and in the terminal

CPU Fault: cpuid (0) faultid(5-Other)
Execution pointer: 0x5000cd74

I have attached the binary and log file with this mail

Note: See TracQuery for help on using queries.