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

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

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

# Add circuits to list to sweep
circuit_list_add=verilog/mkPktMerge.v

# Add architectures to list to sweep
arch_list_add=timing/k6_frac_N10_frac_chain_mem32K_htree0_40nm.xml
arch_list_add=timing/k6_frac_N10_frac_chain_mem32K_htree0_routedCLK_40nm.xml
arch_list_add=timing/k6_frac_N10_frac_chain_mem32K_htree0short_40nm.xml

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

# How to parse QoR info
qor_parse_file=qor_standard.txt

# Pass requirements
# A pass requirement to check that the number of routed nets
# are equal can change if the circuit is synthesized
# differently. At that point a new golden results file must
# be created and checked to see that using the route option
# increases the number of routed nets.
pass_requirements_file=pass_requirements_clock_modeling.txt

# Script parameters
script_params_list_add= -start odin --clock_modeling dedicated_network
