|
| 1 | +############################################ |
| 2 | +# Configuration file for running experiments |
| 3 | +############################################## |
| 4 | + |
| 5 | +# Path to directory of circuits to use |
| 6 | +circuits_dir=benchmarks/symbiflow |
| 7 | + |
| 8 | +# SDC directory |
| 9 | +sdc_dir=benchmarks/symbiflow/sdc |
| 10 | + |
| 11 | +# Place constraints directory |
| 12 | +place_constr_dir=benchmarks/symbiflow/place_constr |
| 13 | + |
| 14 | +# Path to directory of architectures to use |
| 15 | +archs_dir=arch/symbiflow |
| 16 | + |
| 17 | +#Large benchmarks |
| 18 | +circuit_list_add=picosoc_basys3_full_100.eblif |
| 19 | +circuit_list_add=picosoc_basys3_full_50.eblif |
| 20 | +circuit_list_add=linux_arty.eblif |
| 21 | +circuit_list_add=minilitex_arty.eblif |
| 22 | +circuit_list_add=minilitex_ddr_arty.eblif |
| 23 | +circuit_list_add=minilitex_ddr_eth_arty.eblif |
| 24 | + |
| 25 | +# Add architectures to list to sweep |
| 26 | +arch_list_add=arch.timing.xml |
| 27 | + |
| 28 | +# Add additional required architectural data files |
| 29 | +additional_files_list_add=--read_rr_graph,rr_graph_xc7a50t_test.rr_graph.real.bin |
| 30 | +additional_files_list_add=--read_router_lookahead,rr_graph_xc7a50t_test.lookahead.bin |
| 31 | +additional_files_list_add=--read_placement_delay_lookup,rr_graph_xc7a50t_test.place_delay.bin |
| 32 | + |
| 33 | +# Parse info and how to parse |
| 34 | +parse_file=vpr_standard.txt |
| 35 | + |
| 36 | +# How to parse QoR info |
| 37 | +qor_parse_file=qor_standard.txt |
| 38 | + |
| 39 | +# Pass requirements |
| 40 | +pass_requirements_file=pass_requirements.txt |
| 41 | + |
| 42 | +script_params=-starting_stage vpr --max_router_iterations 500 --routing_failure_predictor off --router_high_fanout_threshold 1000 --constant_net_method route --route_chan_width 500 --router_heap bucket --clock_modeling route --place_delta_delay_matrix_calculation_method dijkstra --place_delay_model delta_override --router_lookahead extended_map --check_route quick --strict_checks off --allow_dangling_combinational_nodes on --disable_errors check_unbuffered_edges:check_route --congested_routing_iteration_threshold 0.8 --incremental_reroute_delay_ripup off --base_cost_type delay_normalized_length_bounded --bb_factor 10 --initial_pres_fac 4.0 --check_rr_graph off |
0 commit comments