###############################################################################
# Configuration file for running the MCNC benchmarks through the AP flow.
#
# The purpose of that test is to test the AP flow running with auto device size
# and with no fixed channel widht.
###############################################################################

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

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

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

# Add circuits to list to sweep
circuit_list_add=apex4.pre-vpr.blif
circuit_list_add=des.pre-vpr.blif
circuit_list_add=ex1010.pre-vpr.blif
circuit_list_add=seq.pre-vpr.blif

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

# How to parse QoR info
qor_parse_file=qor_standard.txt

# Pass requirements
pass_requirements_file=pass_requirements.txt

script_params=-starting_stage vpr -track_memory_usage --analytical_place --route
