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

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

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

# Add circuits to list to sweep
circuit_list_add=ex5p.blif

# Add architectures to list to sweep
arch_list_add=k6_frac_N10_frac_chain_mem32K_40nm_tileable.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_params=-track_memory_usage -starting_stage vpr --device vtr_extra_small --route_chan_width 200 --sb_maps ../../../../config/CSV_SB_MAPS.yml --sb_templates ../../../../config/csv_annotated_sw --annotated_rr_graph on --preserve_input_pin_connections on --preserve_output_pin_connections on

