##############################################
# Configuration file for running experiments
##############################################

# Path to directory of circuits to use
circuits_dir=benchmarks/blif/6

# Path to directory of architectures to use
archs_dir=arch/timing

# Add circuits to list to sweep
circuit_list_add=ex5p.blif

# Add architectures to list to sweep
arch_list_add=k6_N10_mem32K_40nm.xml

# Parse info and how to parse
parse_file=vpr_fixed_chan_width.txt

# How to parse QoR info
qor_parse_file=qor_standard.txt

# Pass requirements
pass_requirements_file=pass_requirements_fixed_chan_width.txt

# Script parameters
script_params_common = -starting_stage vpr --route_chan_width 62 --seed 3
script_params_list_add = --router_lookahead classic
script_params_list_add = --router_lookahead map
script_params_list_add = --router_lookahead extended_map
script_params_list_add = --router_lookahead extended_map --reorder_rr_graph_nodes_algorithm random_shuffle
