Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Owner Reporter Resolution Summary
#35 developers quentin.meunier@… fixed Bug in the Sparc V8 component (LDA instruction)
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.

#36 developers xavier.guerin@… invalid [MIPS32] sync does not flush read operation as it is supposed to
Description

When sync is called on Mips32, only pending write operation are flushed, and not the pending read operation, as they are supposed to.

#44 developers silicomp <jrouland@…> fixed caba-avalon-fir-nios2f error during compiling
Description

I just install soclib and i have these error with caba-avalon-fir-nios2f

/home/jrouland/soclib/soclib/soclib/platform/topcells/caba-avalon-fir-nios2f/top.cpp:130: error: ‘IssIss2’ is not a member of ‘soclib::common’ /home/jrouland/soclib/soclib/soclib/platform/topcells/caba-avalon-fir-nios2f/top.cpp:130: error: ‘IssIss2’ is not a member of ‘soclib::common’ /home/jrouland/soclib/soclib/soclib/platform/topcells/caba-avalon-fir-nios2f/top.cpp:130: error: template argument 2 is invalid /home/jrouland/soclib/soclib/soclib/platform/topcells/caba-avalon-fir-nios2f/top.cpp:130: error: expected unqualified-id before ‘>’ token /home/jrouland/soclib/soclib/soclib/platform/topcells/caba-avalon-fir-nios2f/top.cpp:148: error: ‘nios2’ was not declared in this scope

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.