Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#37 wontfix Mips32 strange behavior developers massas
Description

Hello,

I have encoutered some problems with the mips32 iss, I have the following behavior on a miss instruction meanwhile an irq is raised :

t-0 : The mips32 issues an address to the cache wrapper which miss in the tag. The cache wrapper sets the iss_t::InstructionResponse.valid to false (stall the processor).

t-1 : The cache wrapper send a read request to the memory and wait for the response. Meanwhile, the mips32 receive at each cycle a negative response for InstructionResponse.valid.

t-2 : The processor receives an irq, and CHANGES the output adress (next_pc).

t-3 The cache receives the response from the memory and updates the TAG with the NEW address (which is incorrect), because it did not expect that the processor could change the output address beign stalled.

My question is the following : Is a correct behavior for the mips32 to take into account an irq (or other event) meanwhile it is stall ?

I know that on other processors a stall signal freezes the state of the processor, so it will mantain the same output address until it "hits" in the cache.

Thank you for your highlights to this question.

#46 fixed Missing segmentation.h caba-ring-ccxcachev1_memcachev3-mipsel developers silicomp <jrouland@…>
Description

When i try to compile caba-ring-ccxcachev1_memcachev3-mipsel the segmentation.h file is missing. I think it is just a forgottent file.

#11 fixed More explicit PartialNameWarning somebody ludovic.lhours@…
Description

Some modification to make the PartialNameWarning more explicit and easier to correct. This could be generalized to other syntax elements (Signal, parameter.*, etc.)

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