###############################################################################
# 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/verilog

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

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

# Add circuits to list to sweep
circuit_list_add=boundtop.v
circuit_list_add=ch_intrinsics.v
# circuit_list_add=or1200.v
circuit_list_add=spree.v
circuit_list_add=stereovision3.v

# 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=-track_memory_usage --analytical_place --route

