gem5/configs/ruby
Brad Beckmann 72044e3f5a ruby: Disable migratory sharing for token and hammer
This patch allows one to disable migratory sharing for those cache blocks that
are accessed by atomic requests.  While the implementations are different
between the token and hammer protocols, the motivation is the same.  For
Alpha, LLSC semantics expect that normal loads do not unlock cache blocks that
have been locked by LL accesses.  Therefore, locked blocks should not transfer
write permissions when responding to these load requests.  Instead, only they
only transfer read permissions so that the subsequent SC access can possibly
succeed.
2010-08-20 11:46:13 -07:00
..
MESI_CMP_directory.py memtest: Memtester support for DMA 2010-08-20 11:46:12 -07:00
MI_example.py memtest: Memtester support for DMA 2010-08-20 11:46:12 -07:00
MOESI_CMP_directory.py memtest: Memtester support for DMA 2010-08-20 11:46:12 -07:00
MOESI_CMP_token.py ruby: Disable migratory sharing for token and hammer 2010-08-20 11:46:13 -07:00
MOESI_hammer.py ruby: Disable migratory sharing for token and hammer 2010-08-20 11:46:13 -07:00
Ruby.py ruby: Improved try except blocks in ruby creation 2010-08-20 11:46:13 -07:00