diff options
Diffstat (limited to 'src/intersim/examples')
| -rw-r--r-- | src/intersim/examples/fly26_age | 41 | ||||
| -rw-r--r-- | src/intersim/examples/mesh | 40 | ||||
| -rw-r--r-- | src/intersim/examples/mesh2 | 41 | ||||
| -rw-r--r-- | src/intersim/examples/mesh4 | 41 | ||||
| -rw-r--r-- | src/intersim/examples/mesh88_lat | 40 | ||||
| -rw-r--r-- | src/intersim/examples/single | 20 | ||||
| -rw-r--r-- | src/intersim/examples/torus88 | 14 |
7 files changed, 0 insertions, 237 deletions
diff --git a/src/intersim/examples/fly26_age b/src/intersim/examples/fly26_age deleted file mode 100644 index 1abff5d..0000000 --- a/src/intersim/examples/fly26_age +++ /dev/null @@ -1,41 +0,0 @@ -// Topology
-
-topology = fly;
-k = 2;
-n = 6;
-
-// Routing
-
-routing_function = dest_tag;
-
-// Flow control
-
-num_vcs = 8;
-vc_buf_size = 8;
-
-wait_for_tail_credit = 1;
-
-// Router architecture
-
-vc_allocator = select;
-sw_allocator = select;
-alloc_iters = 1;
-
-credit_delay = 2;
-routing_delay = 1;
-vc_alloc_delay = 1;
-
-input_speedup = 2;
-output_speedup = 1;
-internal_speedup = 1.0;
-
-// Traffic
-
-traffic = uniform;
-const_flits_per_packet = 20;
-priority = age;
-
-// Simulation
-
-sim_type = latency;
-injection_rate = 0.1;
\ No newline at end of file diff --git a/src/intersim/examples/mesh b/src/intersim/examples/mesh deleted file mode 100644 index b374981..0000000 --- a/src/intersim/examples/mesh +++ /dev/null @@ -1,40 +0,0 @@ -// Topology
-
-topology = mesh;
-k = 2;
-n = 2;
-
-// Routing
-
-routing_function = dim_order;
-
-// Flow control
-
-num_vcs = 8;
-vc_buf_size = 8;
-
-wait_for_tail_credit = 1;
-
-// Router architecture
-
-vc_allocator = islip;
-sw_allocator = islip;
-alloc_iters = 1;
-
-credit_delay = 1;
-routing_delay = 1;
-vc_alloc_delay = 1;
-
-input_speedup = 2;
-output_speedup = 1;
-internal_speedup = 1.0;
-
-// Traffic
-
-traffic = transpose;
-const_flits_per_packet = 20;
-
-// Simulation
-
-sim_type = latency;
-injection_rate = 0.1;
diff --git a/src/intersim/examples/mesh2 b/src/intersim/examples/mesh2 deleted file mode 100644 index 8eb0521..0000000 --- a/src/intersim/examples/mesh2 +++ /dev/null @@ -1,41 +0,0 @@ -// Topology
-
-topology = mesh;
-k = 2;
-n = 2;
-
-// Routing
-
-routing_function = dim_order;
-
-// Flow control
-
-num_vcs = 8;
-vc_buf_size = 8;
-
-wait_for_tail_credit = 1;
-
-// Router architecture
-
-vc_allocator = islip;
-sw_allocator = islip;
-alloc_iters = 1;
-
-credit_delay = 1;
-routing_delay = 1;
-vc_alloc_delay = 1;
-
-input_speedup = 2;
-output_speedup = 1;
-internal_speedup = 1.0;
-
-// Traffic
-
-traffic = gpgpusim;
-const_flits_per_packet = 3;
-
-injection_process = gpgpu_injector;
-// Simulation
-
-sim_type = latency;
-injection_rate = 0.1;
diff --git a/src/intersim/examples/mesh4 b/src/intersim/examples/mesh4 deleted file mode 100644 index 8492df6..0000000 --- a/src/intersim/examples/mesh4 +++ /dev/null @@ -1,41 +0,0 @@ -// Topology
-
-topology = mesh;
-k = 2;
-n = 1;
-
-// Routing
-
-routing_function = dim_order;
-
-// Flow control
-
-num_vcs = 1;
-vc_buf_size = 1;
-
-wait_for_tail_credit = 1;
-
-// Router architecture
-
-vc_allocator = islip;
-sw_allocator = islip;
-alloc_iters = 1;
-
-credit_delay = 1;
-routing_delay = 1;
-vc_alloc_delay = 1;
-
-input_speedup = 1;
-output_speedup = 1;
-internal_speedup = 1.0;
-
-// Traffic
-
-traffic = gpgpusim;
-const_flits_per_packet = 3;
-
-injection_process = gpgpu_injector;
-// Simulation
-
-sim_type = latency;
-injection_rate = 0.1;
diff --git a/src/intersim/examples/mesh88_lat b/src/intersim/examples/mesh88_lat deleted file mode 100644 index fca1fb4..0000000 --- a/src/intersim/examples/mesh88_lat +++ /dev/null @@ -1,40 +0,0 @@ -// Topology
-
-topology = mesh;
-k = 8;
-n = 2;
-
-// Routing
-
-routing_function = dim_order;
-
-// Flow control
-
-num_vcs = 8;
-vc_buf_size = 8;
-
-wait_for_tail_credit = 1;
-
-// Router architecture
-
-vc_allocator = islip;
-sw_allocator = islip;
-alloc_iters = 1;
-
-credit_delay = 2;
-routing_delay = 1;
-vc_alloc_delay = 1;
-
-input_speedup = 2;
-output_speedup = 1;
-internal_speedup = 1.0;
-
-// Traffic
-
-traffic = transpose;
-const_flits_per_packet = 20;
-
-// Simulation
-
-sim_type = latency;
-injection_rate = 0.1;
\ No newline at end of file diff --git a/src/intersim/examples/single b/src/intersim/examples/single deleted file mode 100644 index addb549..0000000 --- a/src/intersim/examples/single +++ /dev/null @@ -1,20 +0,0 @@ -// Topology
-
-topology = single;
-in_ports = 8;
-out_ports = 8;
-
-// Routing
-
-routing_function = single;
-
-// Flow control
-
-vc_allocator = islip;
-sw_allocator = islip;
-alloc_iters = 2;
-
-num_vcs = 8;
-vc_buf_size = 1000;
-
-wait_for_tail_credit = 0;
\ No newline at end of file diff --git a/src/intersim/examples/torus88 b/src/intersim/examples/torus88 deleted file mode 100644 index 723e3ac..0000000 --- a/src/intersim/examples/torus88 +++ /dev/null @@ -1,14 +0,0 @@ -// Topology
-topology = torus;
-k = 8;
-n = 2;
-
-// Routing
-routing_function = dim_order;
-
-// Flow control
-num_vcs = 2;
-
-// Traffic
-traffic = uniform;
-injection_rate = 0.15;
|
