##############################################
# 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=microbenchmarks/d_flip_flop.v
circuit_list_add=verilog/mkPktMerge.v

# Add architectures to list to sweep
arch_list_add=timing/k6_N10_40nm.xml
arch_list_add=timing/k6_N10_mem32K_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= --clock_modeling ideal --route_chan_width 60
script_params_list_add= --clock_modeling route --route_chan_width 60
