Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 93)

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

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

#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.

#34 solved cannot find dpp/ref, compile failure Nicolas Pouillon quentin.meunier@…
Description

At compile time the process fails on finding #include <dpp/ref> in the vci_buffer.h file.

When I change the vci_buffer.h file in order to set a "local dependency" on this file (ie : #inclue "dpp/ref" instead of <dpp/req>) it fails at resolving the dependency as you can see in the attached log file

My revision is the latest one (1406).

Note: See TracQuery for help on using queries.