|
| 1 | +############################################## |
| 2 | +# Configuration file for running experiments |
| 3 | +############################################## |
| 4 | + |
| 5 | +# Path to directory of circuits to use |
| 6 | +circuits_dir=benchmarks/noc/Large_Designs/MLP/blif_files/ |
| 7 | + |
| 8 | +# Path to directory of architectures to use |
| 9 | +archs_dir=arch/noc/mesh_noc_topology |
| 10 | + |
| 11 | +# Path to directory of NoC Traffic Patterns to use |
| 12 | +noc_traffics_dir=benchmarks/noc/Large_Designs/MLP/traffic_flow_files/ |
| 13 | + |
| 14 | +# Traffic flow files are added per circuit |
| 15 | +noc_traffic_list_type=per_circuit |
| 16 | + |
| 17 | +# Add circuits to list to sweep |
| 18 | +circuit_list_add=mlp_1.blif |
| 19 | +noc_traffic_list_add=mlp_1.flows |
| 20 | + |
| 21 | +circuit_list_add=mlp_2.blif |
| 22 | +noc_traffic_list_add=mlp_2.flows |
| 23 | + |
| 24 | +circuit_list_add=mlp_3.blif |
| 25 | +noc_traffic_list_add=mlp_3.flows |
| 26 | + |
| 27 | +circuit_list_add=mlp_4.blif |
| 28 | +noc_traffic_list_add=mlp_4.flows |
| 29 | + |
| 30 | +# Add architectures to list to sweep |
| 31 | +arch_list_add=mlp_benchmarks.stratixiv_arch.timing_with_a_embedded_4x4_mesh_noc_topology.xml |
| 32 | + |
| 33 | + |
| 34 | +# Parse info and how to parse |
| 35 | +parse_file=vpr_noc.txt |
| 36 | + |
| 37 | +# How to parse QoR info |
| 38 | +qor_parse_file=qor_noc_spec.txt |
| 39 | + |
| 40 | +# Pass requirements |
| 41 | +pass_requirements_file=pass_requirements.txt |
| 42 | + |
| 43 | +# Script parameters |
| 44 | +script_params_common =-starting_stage vpr --noc on --noc_routing_algorithm xy_routing --device "EP4SE820" --pack --place |
0 commit comments