Skip to content

Commit a0d50b0

Browse files
committed
strong tests: add test to run placer from an external .net file
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 6e442d1 commit a0d50b0

File tree

3 files changed

+497
-61
lines changed

3 files changed

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

0 commit comments

Comments
 (0)