Skip to content

[pull] master from verilog-to-routing:master #565

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

Open
wants to merge 9,846 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 2, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

AlexandreSinger and others added 30 commits May 26, 2025 21:38
…not robust for stage except the route. add doxygen doc for is_net_routed and is_net_fully_absorbed
…upload-vprout

Upload vpr.out in nightly_test_manual artifacts
Updated the header files in the non-external libraries of VTR such that
they use pragma once instead of ifdefs and removed false include files.
Clean up the usage tracking in grid blocks.
[Infra] Cleaned Up Includes in Non-External Libs
Fixed #3029.

Switched from detaching helper threads to joining threads in parallel
connection router to ensure that helper threads terminate before main
thread destroys the parallel connection router object.
…segfault-bug

[Router] Fixed the Segfault Bug in Parallel Connection Router
While working on the mass abstraction in the partial legalizer of the
globlal placer, found that I needed a lot more information on the device
to be able to debug the mass calculations.

Added a command-line option which will generate a mass report if
requested. This mass report contains useful information on the device,
the netlist, and the mass / capacities computed in the mass calculator.
[AP][Legalizer] Added Ability to Generate a Mass Report
The Clang builds were warning that there were several forward
declarations of structs which were supposed to be classes and
vice-versa.

This is not necessarily a problem since in C++ classes and structs end
up being basically the same from the compiler's perspective, but its
still incorrect. Fixed the cases I could see in the Clang builds.
…alloc

Eliminate vtr_free and vtr_malloc/vtr_calloc/vtr_realloc
…ward-declarations

[Infra] Fixed False Forward Declarations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.