Network.py (9594:219ad5fe8c04) | Network.py (10122:1268f1fd2714) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40 topology = Param.String("Not Specified", 41 "the name of the imported topology module") 42 43 number_of_virtual_networks = Param.Int(10, "") 44 control_msg_size = Param.Int(8, "") 45 ruby_system = Param.RubySystem("") 46 47 routers = VectorParam.BasicRouter("Network routers") | 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 --- 31 unchanged lines hidden (view full) --- 40 topology = Param.String("Not Specified", 41 "the name of the imported topology module") 42 43 number_of_virtual_networks = Param.Int(10, "") 44 control_msg_size = Param.Int(8, "") 45 ruby_system = Param.RubySystem("") 46 47 routers = VectorParam.BasicRouter("Network routers") |
48 netifs = VectorParam.ClockedObject("Network Interfaces") |
|
48 ext_links = VectorParam.BasicExtLink("Links to external nodes") 49 int_links = VectorParam.BasicIntLink("Links between internal nodes") | 49 ext_links = VectorParam.BasicExtLink("Links to external nodes") 50 int_links = VectorParam.BasicIntLink("Links between internal nodes") |