1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
   | 
 
 
 
 
 
 
 
 
 
 
 
 
  mesh_dim_x: 4  mesh_dim_y: 4 
  buffer_depth: 4
  flit_size: 32
  r2h_link_length: 2.0
  r2r_link_length: 1.0
  n_virtual_channels: 1
 
 
 
 
 
 
 
 
 
 
 
  routing_algorithm: XY routing_table_filename: ""
 
 
  dyad_threshold: 0.6
 
 
 
 
 
 
  selection_strategy: RANDOM
 
 
 
  Hubs:     defaults:              rx_radio_channels: [0]         tx_radio_channels: [0]              attached_nodes: []              to_tile_buffer_size: 4         from_tile_buffer_size: 4              rx_buffer_size: 4         tx_buffer_size: 4
 
 
 
 
 
 
 
      0:       attached_nodes: [0,1,4,5]
      1:       attached_nodes: [2,3,6,7]
      2:       attached_nodes: [8,9,12,13]
      3:       attached_nodes: [10,11,14,15]
 
 
 
  RadioChannels:     defaults:                   data_rate: 16              ber: [0, 0]     
                    
                    
                             mac_policy: [TOKEN_PACKET]
 
 
 
 
  clock_period_ps: 1000
  reset_time: 1000
  simulation_time: 10000
  stats_warm_up_time: 1000
  detailed: false
  max_volume_to_be_drained: 0
  show_buffer_stats: false
 
 
  use_winoc: false
  use_wirxsleep: false
 
 
 
 
 
  verbose_mode: VERBOSE_OFF
 
  trace_mode: false trace_filename: ""
  min_packet_size: 8  max_packet_size: 8  packet_injection_rate: 0.01  probability_of_retransmission: 0.01 
 
 
 
 
 
 
 
 
 
  traffic_distribution: TRAFFIC_RANDOM
 
  traffic_table_filename: "t.txt"
 
  |