File tree Expand file tree Collapse file tree 3 files changed +497
-61
lines changed
vtr_flow/tasks/regression_tests/vtr_reg_strong Expand file tree Collapse file tree 3 files changed +497
-61
lines changed Original file line number Diff line number Diff line change
1
+ ##############################################
2
+ # Configuration file for running experiments
3
+ ##############################################
4
+
5
+ ##############################################
6
+ # Configuration file for running experiments
7
+ ##############################################
8
+
9
+ # Path to directory of circuits to use
10
+ circuits_dir=benchmarks/blif/multiclock
11
+
12
+ # Path to directory of architectures to use
13
+ archs_dir=arch/timing
14
+
15
+ # Add circuits to list to sweep
16
+ circuit_list_add=multiclock.blif
17
+
18
+ # Add architectures to list to sweep
19
+ arch_list_add=k6_N10_mem32K_40nm.xml
20
+
21
+ # Parse info and how to parse
22
+ parse_file=vpr_standard.txt
23
+
24
+ # How to parse QoR info
25
+ qor_parse_file=qor_standard.txt
26
+
27
+ # Pass requirements
28
+ pass_requirements_file=pass_requirements.txt
29
+
30
+ # Script parameters
31
+ script_params_common = -starting_stage vpr --net_file ../../../../multiclock.net --verify_file_digests off --place
You can’t perform that action at this time.
0 commit comments