Skip to content

Commit 2871848

Browse files
Merge branch 'master' into par_spec_sa
2 parents 2f0c719 + f9d73eb commit 2871848

160 files changed

Lines changed: 3719 additions & 3008 deletions

File tree

Some content is hidden

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

.github/workflows/nightly_test_manual.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: |
4949
make get_titan_benchmarks
5050
make get_ispd_benchmarks
51-
./dev/upgrade_vtr_archs.sh
5251
make get_symbiflow_benchmarks
5352
make get_zeroasic_rr_graphs
5453
make get_flat_placements

README.developers.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ make format-py
171171
```
172172
from the root of the VTR source tree (this requires the `black` tool to be available on your system).
173173

174-
## Large Scale Reformatting
175-
176-
For large scale reformatting (should only be performed by VTR maintainers) the script `dev/autoformat.py` can be used to reformat the C/C++ code and commit it as 'VTR Robot', which keeps the revision history clearer and records metadata about reformatting commits (which allows `git hyper-blame` to skip such commits). The `--python` option can be used for large scale formatting of Python code.
177-
178174
## Python Linting
179175

180176
Python files are automatically checked using `pylint` to ensure they follow established Python conventions. You can run `pylint` on the entire repository by running `./dev/pylint_check.py`. Certain files which were created before we adopted Python lint checking are grandfathered and are not checked. To check *all* files, provide the `--check_grandfathered` argument. You can also manually check individual files using `./dev/pylint_check.py <path_to_file1> <path_to_file2> ...`.

dev/BROKEN_ENV/alpine/Dockerfile

Lines changed: 0 additions & 63 deletions
This file was deleted.

dev/Running_On_ARM(raspberry_pi).txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

dev/ammend-format.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

dev/autoformat.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

dev/rebase-format.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

dev/test_git_bisect.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

dev/tutorial/NewDeveloperTutorial.txt

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)