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

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

Open
wants to merge 8,937 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 : )

soheilshahrouz and others added 30 commits November 27, 2024 18:07
Added comments based on Vaughn's suggestions.
[NDMatrix] Resolved Dangling Reference Warning
Resolved a warning in search_bar.cpp which warned about a reference to a
temporary. Simply fixed by splitting the statement into two lines.

Resolved a warning in draw_rr.cpp where a print statement was trying to
access an invalid location in an array. The print statement did not make
sense, it was trying to print an undefined side. This was removed.

Resolved a warning in the automatically generated vpr_constraints and
rr_graph files.
This was an interesting warning due to the decltype method returning the
attributes of the FILE pointer, but this was passed into a template
which discards the attributes (this generates a warning). Resolved this
manually locally and raised a PR on the uxsdcxx repo with this fix:
SymbiFlow/uxsdcxx#53
[Warnings] Resolved Basic Warnings for GCC13
Fixed a warning with a loop induction variable not being initialized.

Fixed a warning where a method overrides the base class, but was not
explicitly declared as override.
…okahead

Simple Place Delay Model Read/Write
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
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.

9 participants