Skip to content

Commit 9f8e9b8

Browse files
aarizaqrhornig
authored andcommitted
Use ThruputMeteringChannel channel
1 parent d27306a commit 9f8e9b8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

scenarios/networks/Scenario_DynamicFatTree.ned

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ network Scenario_DynamicFatTree
1616

1717

1818
types:
19-
channel backboneline extends Eth40G
19+
channel backboneline extends ThruputMeteringChannel
2020
{
21-
length = 200m; // delay = 1us;
22-
//datarate = 40Gbps;
23-
//thruputDisplayFormat = "u";
21+
delay = 1us;
22+
datarate = 40Gbps;
23+
thruputDisplayFormat = "u";
2424
}
2525
submodules:
2626

@@ -32,11 +32,11 @@ network Scenario_DynamicFatTree
3232
@display("p=458,270");
3333
}
3434

35-
3635
configurator: Ipv4NetworkConfigurator {
3736
parameters:
3837
@display("p=198,190");
3938
}
39+
4040
open_flow_controller1: Open_Flow_Controller {
4141
@display("p=322,190");
4242
}
@@ -45,8 +45,6 @@ network Scenario_DynamicFatTree
4545
@display("p=322,367;is=vl");
4646
}
4747

48-
49-
5048
connections allowunconnected:
5149

5250
fat_tree.gateCPlane++ <--> backboneline <--> open_flow_controller1.ethg++;

0 commit comments

Comments
 (0)