Skip to content

Commit c1a78ce

Browse files
authored
Merge branch 'master' into fix_sdc
2 parents e05b6c4 + 6ad1de4 commit c1a78ce

File tree

2,809 files changed

+907116
-60699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,809 files changed

+907116
-60699
lines changed

.github/labeler.yml

Lines changed: 92 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -6,101 +6,126 @@
66

77
# Tools
88
ABC:
9-
- abc_with_bb_support/*
10-
- abc_with_bb_support/**/*
11-
- abc/*
12-
- abc/**/*
9+
- changed-files:
10+
- any-glob-to-any-file: abc_with_bb_support/*
11+
- any-glob-to-any-file: abc_with_bb_support/**/*
12+
- any-glob-to-any-file: abc/*
13+
- any-glob-to-any-file: abc/**/*
1314
ACE2:
14-
- ace2/*
15-
- ace2/**/*
15+
- changed-files:
16+
- any-glob-to-any-file: ace2/*
17+
- any-glob-to-any-file: ace2/**/*
1618
blifexplorer:
17-
- blifexplorer/*
18-
- blifexplorer/**/*
19+
- changed-files:
20+
- any-glob-to-any-file: blifexplorer/*
21+
- any-glob-to-any-file: blifexplorer/**/*
1922
Odin:
20-
- odin_ii/*
21-
- odin_ii/**/*
22-
- odin2_helper/*
23-
- odin2_helper/**/*
23+
- changed-files:
24+
- any-glob-to-any-file: odin_ii/*
25+
- any-glob-to-any-file: odin_ii/**/*
26+
- any-glob-to-any-file: odin2_helper/*
27+
- any-glob-to-any-file: odin2_helper/**/*
2428
Parmys:
25-
- parmys/*
26-
- parmys/**/*
27-
- yosys/*
28-
- yosys/**/*
29+
- changed-files:
30+
- any-glob-to-any-file: parmys/*
31+
- any-glob-to-any-file: parmys/**/*
32+
- any-glob-to-any-file: yosys/*
33+
- any-glob-to-any-file: yosys/**/*
2934
VPR:
30-
- vpr/*
31-
- vpr/**/*
35+
- changed-files:
36+
- any-glob-to-any-file: vpr/*
37+
- any-glob-to-any-file: vpr/**/*
3238

3339
# Libraries
3440
libarchfpga:
35-
- libs/libarchfpga/*
36-
- libs/libarchfpga/**/*
41+
- changed-files:
42+
- any-glob-to-any-file: libs/libarchfpga/*
43+
- any-glob-to-any-file: libs/libarchfpga/**/*
3744
libeasygl:
38-
- libs/libeasygl/*
39-
- libs/libeasygl/**/*
45+
- changed-files:
46+
- any-glob-to-any-file: libs/libeasygl/*
47+
- any-glob-to-any-file: libs/libeasygl/**/*
4048
liblog:
41-
- libs/liblog/*
42-
- libs/liblog/**/*
49+
- changed-files:
50+
- any-glob-to-any-file: libs/liblog/*
51+
- any-glob-to-any-file: libs/liblog/**/*
4352
libpugiutil:
44-
- libs/libpugiutil/*
45-
- libs/libpugiutil/**/*
53+
- changed-files:
54+
- any-glob-to-any-file: libs/libpugiutil/*
55+
- any-glob-to-any-file: libs/libpugiutil/**/*
4656
libvtrutil:
47-
- libs/libvtrutil/*
48-
- libs/libvtrutil/**/*
57+
- changed-files:
58+
- any-glob-to-any-file: libs/libvtrutil/*
59+
- any-glob-to-any-file: libs/libvtrutil/**/*
4960
external_libs:
50-
- libs/EXTERNAL/*
51-
- libs/EXTERNAL/**/*
61+
- changed-files:
62+
- any-glob-to-any-file: libs/EXTERNAL/*
63+
- any-glob-to-any-file: libs/EXTERNAL/**/*
5264

5365
# General areas
5466
docs:
55-
- docs/*
56-
- docs/**/*
57-
- "*README*"
58-
- "*.md"
59-
- tutorial
60-
- "*.rst"
67+
- changed-files:
68+
- any-glob-to-any-file: doc/*
69+
- any-glob-to-any-file: doc/**/*
70+
- any-glob-to-any-file: "*README*"
71+
- any-glob-to-any-file: "*.md"
72+
- any-glob-to-any-file: "*.rst"
6173
infra:
62-
- .github/*
63-
- .github/**/*
64-
- Dockerfile
65-
- "*docker*"
74+
- changed-files:
75+
- any-glob-to-any-file: .github/*
76+
- any-glob-to-any-file: .github/**/*
77+
- any-glob-to-any-file: Dockerfile
78+
- any-glob-to-any-file: "*docker*"
6679
build:
67-
- Makefile
68-
- "*.make"
69-
- CMakeLists.txt
70-
- cmake
80+
- changed-files:
81+
- any-glob-to-any-file: Makefile
82+
- any-glob-to-any-file: "*.make"
83+
- any-glob-to-any-file: CMakeLists.txt
84+
- any-glob-to-any-file: cmake/*
85+
- any-glob-to-any-file: cmake/**/*
7186
tests:
72-
- "*_test.py"
73-
- "*test*"
74-
- "*TESTS*"
87+
- changed-files:
88+
- any-glob-to-any-file: "*_test.py"
89+
- any-glob-to-any-file: "*test*"
90+
- any-glob-to-any-file: "*TESTS*"
7591
scripts:
76-
- scripts
77-
- "*.pl"
78-
- "*.py"
79-
- "*.sh"
92+
- changed-files:
93+
- any-glob-to-any-file: scripts
94+
- any-glob-to-any-file: "*.pl"
95+
- any-glob-to-any-file: "*.py"
96+
- any-glob-to-any-file: "*.sh"
8097
VTR Flow:
81-
- vtr_flow
98+
- changed-files:
99+
- any-glob-to-any-file: vtr_flow
82100

83101
# Tag pull requests with the languages used to make it easy to see what is
84102
# being used.
85103
lang-hdl:
86-
- "*.v"
87-
- "*.sv"
104+
- changed-files:
105+
- any-glob-to-any-file: "**/*.v"
106+
- any-glob-to-any-file: "**/*.sv"
88107
lang-cpp:
89-
- "*.c*"
90-
- "*.h"
108+
- changed-files:
109+
- any-glob-to-any-file: "**/*.c*"
110+
- any-glob-to-any-file: "**/*.h"
91111
lang-perl:
92-
- "*.pl"
93-
- "*perl*"
112+
- changed-files:
113+
- any-glob-to-any-file: "**/*.pl"
114+
- any-glob-to-any-file: "**/*perl*"
94115
lang-python:
95-
- "*.py"
116+
- changed-files:
117+
- any-glob-to-any-file: "**/*.py"
96118
lang-shell:
97-
- "*.sh"
119+
- changed-files:
120+
- any-glob-to-any-file: "**/*.sh"
98121
lang-netlist:
99-
- "*.blif"
100-
- "*.eblif"
101-
- "*.edif"
102-
- "*.vqm"
122+
- changed-files:
123+
- any-glob-to-any-file: "**/*.blif"
124+
- any-glob-to-any-file: "**/*.eblif"
125+
- any-glob-to-any-file: "**/*.edif"
126+
- any-glob-to-any-file: "**/*.vqm"
103127
lang-make:
104-
- "*.make"
105-
- Makefile
106-
- CMakeLists.txt
128+
- changed-files:
129+
- any-glob-to-any-file: "**/*.make"
130+
- any-glob-to-any-file: "**/*Makefile"
131+
- any-glob-to-any-file: "**/CMakeLists.txt"

.github/workflows/labeler.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: "Pull Request Labeler"
22
on:
3-
- pull_request_target
3+
- pull_request
44

55
jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@main
9+
- uses: actions/checkout@v3
10+
- uses: actions/labeler@master
1011
with:
1112
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
# Prevents from running on forks where no custom runners are available
1919
if: ${{ github.repository_owner == 'verilog-to-routing' }}
2020

21+
timeout-minutes: 420
22+
2123
container: ubuntu:jammy
2224

2325
runs-on: [self-hosted, Linux, X64]
@@ -29,20 +31,20 @@ jobs:
2931
- {test: "vtr_reg_nightly_test1", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3032
- {test: "vtr_reg_nightly_test1_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
3133
- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "", extra_pkgs: ""}
32-
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
34+
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
3335
- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3436
- {test: "vtr_reg_nightly_test3_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
35-
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: "" }
36-
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
37+
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: ""}
38+
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
3739
- {test: "vtr_reg_nightly_test5", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3840
- {test: "vtr_reg_nightly_test6", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3941
- {test: "vtr_reg_nightly_test7", cores: "16", options: "", cmake: "", extra_pkgs: ""}
40-
- {test: "vtr_reg_parmys", cores: "16", options: "", cmake: "", extra_pkgs: "" }
4142
- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3", extra_pkgs: "libeigen3-dev"}
4243
- {test: "vtr_reg_strong_odin", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3 -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
4344
- {test: "vtr_reg_strong_odin", cores: "16", options: "-skip_qor", cmake: "-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=ON -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
4445
- {test: "vtr_reg_system_verilog", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}
4546
- {test: "odin_reg_strong", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
47+
- {test: "parmys_reg_strong", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}
4648

4749
env:
4850
DEBIAN_FRONTEND: "noninteractive"

BUILDING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
## Setting up Your Environment
55

6+
If you cloned the repository you will need to set up the git submodules (if you downloaded and extracted a release, you can skip this step):
7+
8+
git submodule init
9+
git submodule update
610

711
VTR requires several system packages. From the top-level directory, run the following script to install the required packages on a modern Debian or Ubuntu system:
812

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ _The following are changes which have been implemented in the VTR master branch
117117
### Deprecated
118118
* VPR's breadth-first router (use the timing-driven router, which provides supperiour QoR and Run-time)
119119

120+
### Docker Image
121+
* A docker image is available for VTR 8.0 release on mohamedelgammal/vtr8:latest. You can run it using the following commands:
122+
```
123+
$ sudo docker pull mohamedelgammal/vtr8:latest
124+
$ sudo docker run -it mohamedelgammal/vtr8:latest
125+
```
126+
120127
## v8.0.0-rc2 - 2019-08-01
121128

122129
### Changed

0 commit comments

Comments
 (0)