File tree Expand file tree Collapse file tree 6 files changed +220
-10
lines changed
.github/kokoro/continuous Expand file tree Collapse file tree 6 files changed +220
-10
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ action {
24
24
regex: " **/place.log.gz"
25
25
regex: " **/route.log.gz"
26
26
regex: " **/*_qor.csv.gz"
27
-
28
27
strip_prefix: " github/vtr-verilog-to-routing/"
29
28
}
30
29
}
@@ -52,7 +51,7 @@ env_vars {
52
51
53
52
env_vars {
54
53
key: " VTR_TEST"
55
- value: " vtr_reg_nightly "
54
+ value: " vtr_reg_nightly_test1 "
56
55
}
57
56
58
57
# Options for run_reg_test.py
@@ -64,5 +63,5 @@ env_vars {
64
63
65
64
env_vars {
66
65
key: " NUM_CORES"
67
- value: " 3 "
66
+ value: " 8 "
68
67
}
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ build_file: " vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
4
+
5
+ # 72 hours
6
+ timeout_mins: 4320
7
+
8
+ action {
9
+ define_artifacts {
10
+ # File types
11
+ regex: " **/*.out"
12
+ regex: " **/vpr_stdout.log"
13
+ regex: " **/parse_results.txt"
14
+ regex: " **/qor_results.txt"
15
+ regex: " **/pack.log"
16
+ regex: " **/place.log"
17
+ regex: " **/route.log"
18
+ regex: " **/*_qor.csv"
19
+ regex: " **/*.out.gz"
20
+ regex: " **/vpr_stdout.log.gz"
21
+ regex: " **/parse_results.txt.gz"
22
+ regex: " **/qor_results.txt.gz"
23
+ regex: " **/pack.log.gz"
24
+ regex: " **/place.log.gz"
25
+ regex: " **/route.log.gz"
26
+ regex: " **/*_qor.csv.gz"
27
+ strip_prefix: " github/vtr-verilog-to-routing/"
28
+ }
29
+ }
30
+
31
+ env_vars {
32
+ key: " KOKORO_TYPE"
33
+ value: " continuous"
34
+ }
35
+
36
+ env_vars {
37
+ key: " KOKORO_DIR"
38
+ value: " vtr-verilog-to-routing"
39
+ }
40
+
41
+ env_vars {
42
+ key: " VTR_DIR"
43
+ value: " vtr-verilog-to-routing"
44
+ }
45
+
46
+ # Use default build configuration
47
+ env_vars {
48
+ key: " VTR_CMAKE_PARAMS"
49
+ value: " "
50
+ }
51
+
52
+ env_vars {
53
+ key: " VTR_TEST"
54
+ value: " vtr_reg_nightly_test2"
55
+ }
56
+
57
+ # Options for run_reg_test.py
58
+ # -show_failures: show tool failures in main log output
59
+ env_vars {
60
+ key: " VTR_TEST_OPTIONS"
61
+ value: " -show_failures"
62
+ }
63
+
64
+ env_vars {
65
+ key: " NUM_CORES"
66
+ value: " 8"
67
+ }
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ build_file: " vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
4
+
5
+ # 72 hours
6
+ timeout_mins: 4320
7
+
8
+ action {
9
+ define_artifacts {
10
+ # File types
11
+ regex: " **/*.out"
12
+ regex: " **/vpr_stdout.log"
13
+ regex: " **/parse_results.txt"
14
+ regex: " **/qor_results.txt"
15
+ regex: " **/pack.log"
16
+ regex: " **/place.log"
17
+ regex: " **/route.log"
18
+ regex: " **/*_qor.csv"
19
+ regex: " **/*.out.gz"
20
+ regex: " **/vpr_stdout.log.gz"
21
+ regex: " **/parse_results.txt.gz"
22
+ regex: " **/qor_results.txt.gz"
23
+ regex: " **/pack.log.gz"
24
+ regex: " **/place.log.gz"
25
+ regex: " **/route.log.gz"
26
+ regex: " **/*_qor.csv.gz"
27
+ strip_prefix: " github/vtr-verilog-to-routing/"
28
+ }
29
+ }
30
+
31
+ env_vars {
32
+ key: " KOKORO_TYPE"
33
+ value: " continuous"
34
+ }
35
+
36
+ env_vars {
37
+ key: " KOKORO_DIR"
38
+ value: " vtr-verilog-to-routing"
39
+ }
40
+
41
+ env_vars {
42
+ key: " VTR_DIR"
43
+ value: " vtr-verilog-to-routing"
44
+ }
45
+
46
+ # Use default build configuration
47
+ env_vars {
48
+ key: " VTR_CMAKE_PARAMS"
49
+ value: " "
50
+ }
51
+
52
+ env_vars {
53
+ key: " VTR_TEST"
54
+ value: " vtr_reg_nightly_test3"
55
+ }
56
+
57
+ # Options for run_reg_test.py
58
+ # -show_failures: show tool failures in main log output
59
+ env_vars {
60
+ key: " VTR_TEST_OPTIONS"
61
+ value: " -show_failures"
62
+ }
63
+
64
+ env_vars {
65
+ key: " NUM_CORES"
66
+ value: " 8"
67
+ }
Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ build_file: " vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
4
+
5
+ # 72 hours
6
+ timeout_mins: 4320
7
+
8
+ action {
9
+ define_artifacts {
10
+ # File types
11
+ regex: " **/*.out"
12
+ regex: " **/vpr_stdout.log"
13
+ regex: " **/parse_results.txt"
14
+ regex: " **/qor_results.txt"
15
+ regex: " **/pack.log"
16
+ regex: " **/place.log"
17
+ regex: " **/route.log"
18
+ regex: " **/*_qor.csv"
19
+ regex: " **/*.out.gz"
20
+ regex: " **/vpr_stdout.log.gz"
21
+ regex: " **/parse_results.txt.gz"
22
+ regex: " **/qor_results.txt.gz"
23
+ regex: " **/pack.log.gz"
24
+ regex: " **/place.log.gz"
25
+ regex: " **/route.log.gz"
26
+ regex: " **/*_qor.csv.gz"
27
+ strip_prefix: " github/vtr-verilog-to-routing/"
28
+ }
29
+ }
30
+
31
+ env_vars {
32
+ key: " KOKORO_TYPE"
33
+ value: " continuous"
34
+ }
35
+
36
+ env_vars {
37
+ key: " KOKORO_DIR"
38
+ value: " vtr-verilog-to-routing"
39
+ }
40
+
41
+ env_vars {
42
+ key: " VTR_DIR"
43
+ value: " vtr-verilog-to-routing"
44
+ }
45
+
46
+ # Use default build configuration
47
+ env_vars {
48
+ key: " VTR_CMAKE_PARAMS"
49
+ value: " "
50
+ }
51
+
52
+ env_vars {
53
+ key: " VTR_TEST"
54
+ value: " vtr_reg_nightly_test4"
55
+ }
56
+
57
+ # Options for run_reg_test.py
58
+ # -show_failures: show tool failures in main log output
59
+ env_vars {
60
+ key: " VTR_TEST_OPTIONS"
61
+ value: " -show_failures"
62
+ }
63
+
64
+ env_vars {
65
+ key: " NUM_CORES"
66
+ value: " 8"
67
+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ recommonmark
13
13
sphinx-markdown-tables
14
14
15
15
# Handle markdown cross-references
16
- git+https://github.com/SymbiFlow/sphinxcontrib-markdown-symlinks@bd0869b817568dce268bcdc3dc3dc7a7bd40c392
16
+ git+https://github.com/SymbiFlow/sphinxcontrib-markdown-symlinks
17
17
18
18
#Handle references in bibtex format
19
19
#
Original file line number Diff line number Diff line change 82
82
# Add any paths that contain templates here, relative to this directory.
83
83
templates_path = []
84
84
85
- # Support rendering Markdown docs
86
- source_parsers = {
87
- ".md" : "markdown_code_symlinks.LinkParser" ,
88
- }
89
-
90
85
# The suffix(es) of source filenames.
91
86
# You can specify multiple suffix as a list of string:
92
- source_suffix = [".rst" , ".md" ]
87
+ source_suffix = [".rst" ]
93
88
94
89
# The encoding of source files.
95
90
# source_encoding = 'utf-8-sig'
379
374
assert os .path .exists (prjdir ) == True , "Regenerate doxygen XML for {}" .format (prjname )
380
375
381
376
377
+ def recommonmark_setup (app ):
378
+ """Initialize Sphinx extension."""
379
+ import sphinx
380
+
381
+ if sphinx .version_info >= (1 , 8 ):
382
+ app .add_source_suffix (".md" , "markdown" )
383
+ app .add_source_parser (LinkParser )
384
+
385
+ return {"version" : recommonmark .__version__ , "parallel_read_safe" : True }
386
+
387
+
388
+ # Override recommonmark setup
389
+ recommonmark .setup = recommonmark_setup
390
+
391
+
382
392
def setup (app ):
383
393
github_code_repo = "https://github.com/verilog-to-routing/vtr-verilog-to-routing/"
384
394
github_code_branch = "blob/master/"
You can’t perform that action at this time.
0 commit comments