-
Notifications
You must be signed in to change notification settings - Fork 419
Update OpenFPGA #3126
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
Merged
Merged
Update OpenFPGA #3126
Conversation
This file contains hidden or 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
…to-priority-queue [packer] Changing List of Feasible Candidates to Priority Queue
The Eigen solver has the ability to use OpenMP to run the solver computations in parallel. Made the AP flow use the num_workers option to set the number of threads that Eigen can use. VPR did not have the ability to build with OpenMP in its CMAKE. Added an option to the CMAKE to allow the user to enable OpenMP.
This reverts commit af29e9d.
This reverts commit caaf456.
This reverts commit 4a6e333.
This reverts commit 96e9cc5.
…tions in initial placement to prevent search range to be adjusted" This reverts commit ade994b.
…in column" This reverts commit dae25cc.
…find_compatible_compressed_loc_in_range" This reverts commit f9e8517.
…cessed by initial placement
…and load_block_rr_indices()
[AP][Solver] Enabled Parallel Eigen
…rilog-to-routing into placement_search_range
…rilog-to-routing into routing_path_timing
Found that we were regressing on many features in VTR due to tasks being added to the appropriate test suite directory, but not being included in the necessary task list. As such, it appeared as though the tests were being run, but in reality they were not. Added a script which will be run by the CI which will verify that all of the test suites that we care about have all their tasks in the appropriate task list. From this tool, found many tasks which were not in the task lists. Marked these tasks as "ignored" for now. These should be handled in a separate PR.
…ecker [CI] Added Test Suite Verification to CI
Update ezgl to use submodules
…rilog-to-routing into openfpga_update
Hi @tangxifan, To help streamline the OpenFPGA merge with the master branch, I had to make another update due to the number of changes since the last sync. When you have a chance, could you please review this PR? Thanks! |
Let's go for it! Thanks @amin1377 for the help! |
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
lang-python
Python code
libarchfpga
Library for handling FPGA Architecture descriptions
liblog
libpugiutil
libvtrutil
Odin
Odin II Logic Synthesis Tool: Unsorted item
VPR
VPR FPGA Placement & Routing Tool
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.
Update OpenFPGA w/ recent changes from master branch.