Network.py (8257:7226aebb77b4) Network.py (8259:36987780169e)
1# Copyright (c) 2009 Advanced Micro Devices, Inc.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 33 unchanged lines hidden (view full) ---

42 "display topology config in the stats file")
43
44class RubyNetwork(SimObject):
45 type = 'RubyNetwork'
46 cxx_class = 'Network'
47 abstract = True
48 number_of_virtual_networks = Param.Int(10, "");
49 topology = Param.Topology("");
1# Copyright (c) 2009 Advanced Micro Devices, Inc.
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 33 unchanged lines hidden (view full) ---

42 "display topology config in the stats file")
43
44class RubyNetwork(SimObject):
45 type = 'RubyNetwork'
46 cxx_class = 'Network'
47 abstract = True
48 number_of_virtual_networks = Param.Int(10, "");
49 topology = Param.Topology("");
50 buffer_size = Param.Int(0,
51 "default buffer size; 0 indicates infinite buffering");
52 endpoint_bandwidth = Param.Int(10000, "");
53 adaptive_routing = Param.Bool(False, "enable adaptive routing");
54 link_latency = Param.Int(1,
55 "local memory latency ?? NetworkLinkLatency");
56 control_msg_size = Param.Int(8, "");
50 link_latency = Param.Int(1,
51 "local memory latency ?? NetworkLinkLatency");
52 control_msg_size = Param.Int(8, "");