Skip to content

Commit d3dd653

Browse files
committed
adding symbilfow tests under vtr_reg_nightly
1 parent 2064252 commit d3dd653

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

vtr_flow/tasks/regression_tests/vtr_reg_nightly_test1/task_list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/FIR_filters_frac
1010
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/multless_consts
1111
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/open_cores
1212
regression_tests/vtr_reg_nightly_test1/arithmetic_tasks/open_cores_frac
13+
regression_tests/vtr_reg_nightly_test1/symbiflow
1314
regression_tests/vtr_reg_nightly_test1/power_extended_arch_list
1415
regression_tests/vtr_reg_nightly_test1/power_extended_circuit_list
1516
regression_tests/vtr_reg_nightly_test1/vpr_ispd

0 commit comments

Comments
 (0)