Replies: 1 comment 1 reply
-
I think you're describing an error you're seeing or a potential bug. Can you give us more information? Specifically, what are the inputs to gem5, what is the configuration, how did you run gem5, what is the output you see, what is the output you expected? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I read the file "CHI-cache-transitions.sm", I saw these codes:
transition({UD_RSC,SD_RSC,UC_RSC,UD_RU,UC_RU,UD_RSD}, Global_Eviction, BUSY_BLKD) {ReplTBEAvailable} {
......
}
transition(SC_RSC, Global_Eviction, BUSY_BLKD) {ReplTBEAvailable} {
......
}
Well, I found that the SD_RSD state can not meet the Global_Eviction event. But why? Could anybody help me?
Beta Was this translation helpful? Give feedback.
All reactions