Network.py (6968:33d2b758697b) Network.py (7030:a200627c3d42)
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

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

133 type = 'RubyNetwork'
134 cxx_class = 'Network'
135 abstract = True
136 number_of_virtual_networks = Param.Int(10, "");
137 topology = Param.Topology("");
138 buffer_size = Param.Int(0,
139 "default buffer size; 0 indicates infinite buffering");
140 endpoint_bandwidth = Param.Int(10000, "");
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

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

133 type = 'RubyNetwork'
134 cxx_class = 'Network'
135 abstract = True
136 number_of_virtual_networks = Param.Int(10, "");
137 topology = Param.Topology("");
138 buffer_size = Param.Int(0,
139 "default buffer size; 0 indicates infinite buffering");
140 endpoint_bandwidth = Param.Int(10000, "");
141 adaptive_routing = Param.Bool(True, "");
141 adaptive_routing = Param.Bool(False, "enable adaptive routing");
142 link_latency = Param.Int(1,
143 "local memory latency ?? NetworkLinkLatency");
144 control_msg_size = Param.Int(8, "");
142 link_latency = Param.Int(1,
143 "local memory latency ?? NetworkLinkLatency");
144 control_msg_size = Param.Int(8, "");