Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master to openfpga feature branch #2572

Open
wants to merge 311 commits into
base: openfpga
Choose a base branch
from

Conversation

Tulong4Dev
Copy link
Contributor

Merge master to openfpga feature branch.
There are test failures which look like to be caused by RSA settings.

amin1377 and others added 30 commits March 27, 2024 14:46
…he end of the report (will be used in parser on client side)
AlexandreSinger and others added 19 commits May 27, 2024 12:30
Fix the S10 arch file comments for routing segments and switches
…ator

Removed Less-Simple Uses of STD Iterator
The documentation on subtrees was a bit out of date. The command to
update a subtree now requires a message.

Added a section on how to push changes from VTR back into the upstream
subtree repo.

Added a tutorial on how to synchronize libtatum with the Tatum repo.
…-bidirectional-routing

Bug fix: asymmetric grid with bidirectional routing
@Tulong4Dev Tulong4Dev requested a review from tangxifan May 30, 2024 22:21
@github-actions github-actions bot added VPR VPR FPGA Placement & Routing Tool libarchfpga Library for handling FPGA Architecture descriptions docs Documentation lang-cpp C/C++ code infra Project Infrastructure build Build system lang-make CMake/Make code libvtrutil external_libs labels May 30, 2024
@AlexandreSinger
Copy link
Contributor

AlexandreSinger commented May 31, 2024

@Tulong4Dev The test failures you are seeing are likely caused by a recent change in VTR master which made the CI fail on warning for those tests. If your branch has warnings, it will fail those tests. See PR #2555 which introduced this change.

Since you are not merging into master, and if you would prefer to keep the warnings, you can opt to remove -DCMAKE_COMPILE_WARNING_AS_ERROR=on from these tests in .github/workflows/test.yml. It will run the CI as normal, but will allow warnings to pass through. You can also resolve the warnings and make the openfpga branch warning clean.

On master we opted to fail on warning to prevent mistakes and deprecations in the master branch of VTR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system docs Documentation external_libs infra Project Infrastructure lang-cpp C/C++ code lang-make CMake/Make code libarchfpga Library for handling FPGA Architecture descriptions libvtrutil VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants