##############################################
# 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=traffic.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 --pack --place --route
script_params_list_add = --route_chan_width 20              #Routeable implicit analysis (analysis metrics should be produced)
script_params_list_add = --route_chan_width 20 --analysis   #Routeable explicit analysis (analysis metrics should be produced)
script_params_list_add = --route_chan_width 8               #Unrouteable implicit analysis (no analysis metrics should be produced)
script_params_list_add = --route_chan_width 8 --analysis    #Unrouteable explicit analysis (analysis result should be produced despite routing failure)
