forked from verilog-to-routing/vtr-verilog-to-routing
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[pull] master from verilog-to-routing:master #565
Open
pull
wants to merge
8,956
commits into
SymbiFlow:master
Choose a base branch
from
verilog-to-routing:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
removed
VPR
libarchfpga
lang-python
scripts
libvtrutil
tests
liblog
labels
Sep 7, 2021
…okahead Simple Place Delay Model Read/Write
Update docs for parallel router
IPIN Cost Multiplier
fix a warning [-Werror=stringop-truncation] occurs in sockcpp module on ubuntu 24.04 CI
Now that the GCC-13 build on Ubuntu Noble is warning clean, adding it to the CI to maintain it. This is a stepping stone to moving the entire CI to Ubuntu Noble.
The G_APPLICATION_FLAGS_NONE enum was deprecated in recent versions of GLib and was replaced by G_APPLICATION_DEFAULT_FLAGS; however, the replacement enum was not introduced until GLib 2.74. Added code that will select which enum to use depending on the GLib version to keep EZGL backwards compatible.
[CI] Added GCC-13 on Ubuntu Noble as a Compatibility Test
Upgraded the GitHub-hosted runners from Ubuntu 22.04 to Ubuntu 24.04. This ensures that all changes to VTR will work on the most recent version of Ubuntu (as well as being warning clean). Removed the prior tests for Ubuntu 24.04. Added a tests to ensure Ubuntu 22.04 remains warning clean as well.
[CI] Upgraded Runners to Ubuntu 24.04
convert switch id check with architecture to warning instead of error
…s/libs/EXTERNAL/libcatch2-0321d2f Bump libs/EXTERNAL/libcatch2 from `119a7bb` to `0321d2f`
Outlined all of the logic related to selecting a candidate molecule to pack into a given cluster into its own class. This class will maintain the information required for computing gains and selecting the highest gain molecule to pack. By separating out this logic, it makes it easier to modify and contribute to this code since it is now obvious where the code starts and where it ends. I have also went through and tried to modernize anything I could (for example, replacing C-style arrays for vectors). This code still needs a lot more cleanup, but this PR will be a good stepping stone for future refactorings.
…e-selector [Packer] Greedy Clustering Candidate Selector Class
Updated the code for writing a post-placement flat placement file. Updated the documentation to make this option easier to find.
[FlatPlacement] Updated Flat Placement Writing Code
We didn't allocate any space for the 'rr_node_costs' vector and accessed it directly using operator[], resulting in segfaults. This commit fixes the crash by preallocating all the needed space before any accesses.
…gle_segfault Fixed segfault in draw_routing_costs
fixed issue with warning being thrown for short switch types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )