Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-22 | Remove standard_1level_CMP-protocol.sm include statement from Network | Tushar Krishna | |
--HG-- extra : rebase_source : 51a2dd4bb643e3dc5b0218a6190cf5c1989f9691 | |||
2011-07-05 | slicc: add a protocol statement and an include statement | Nathan Binkert | |
All protocols must specify their name The include statement allows any file to include another file. | |||
2011-03-21 | This patch adds the network tester for simple and garnet networks. | Tushar Krishna | |
The tester code is in testers/networktest. The tester can be invoked by configs/example/ruby_network_test.py. A dummy coherence protocol called Network_test is also addded for network-only simulations and testing. The protocol takes in messages from the tester and just pushes them into the network in the appropriate vnet, without storing any state. |