----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3001/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11016:efd32f38e069 --------------------------- ruby: declare all protocol message buffers as parameters MessageBuffer is a SimObject now. There were protocols that still declared some of the message buffers are variables of the controller, but not as input parameters. Special handling was required for these variables in the SLICC compiler. This patch changes this. Now all message buffers are declared as input parameters. Diffs ----- src/mem/protocol/MESI_Three_Level-L0cache.sm a618349a7953 src/mem/protocol/MESI_Two_Level-L1cache.sm a618349a7953 src/mem/protocol/MESI_Two_Level-dir.sm a618349a7953 src/mem/protocol/MESI_Two_Level-dma.sm a618349a7953 src/mem/protocol/MI_example-cache.sm a618349a7953 src/mem/protocol/MI_example-dir.sm a618349a7953 src/mem/protocol/MI_example-dma.sm a618349a7953 src/mem/protocol/MOESI_CMP_directory-L1cache.sm a618349a7953 src/mem/protocol/MOESI_CMP_directory-L2cache.sm a618349a7953 src/mem/protocol/MOESI_CMP_directory-dir.sm a618349a7953 src/mem/protocol/MOESI_CMP_directory-dma.sm a618349a7953 src/mem/protocol/MOESI_CMP_token-L1cache.sm a618349a7953 src/mem/protocol/MOESI_CMP_token-dir.sm a618349a7953 src/mem/protocol/MOESI_CMP_token-dma.sm a618349a7953 src/mem/protocol/MOESI_hammer-cache.sm a618349a7953 src/mem/protocol/MOESI_hammer-dir.sm a618349a7953 src/mem/protocol/MOESI_hammer-dma.sm a618349a7953 src/mem/protocol/Network_test-cache.sm a618349a7953 src/mem/protocol/Network_test-dir.sm a618349a7953 src/mem/slicc/symbols/StateMachine.py a618349a7953 Diff: http://reviews.gem5.org/r/3001/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
