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 verilator:master #621

Merged
merged 47 commits into from
Jul 7, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 11, 2024

See Commits and Changes for more details.


Created by pull[bot]

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

gezalore and others added 8 commits June 9, 2024 14:32
These show spurious errors with some toolchains due to an address sanitizer bug.
`$psprintf` is a non-standard system function present in some other
simulators, and has been rejected for standardization by IEEE because
of being basically the same as `$sformatf`.

To encourage users to fix their codebase, a warning is emitted by
default, but it gets otherwise interpreted as `$sformatf` as early as
during lexing.

Signed-off-by: Arkadiusz Kozdra <[email protected]>

* wording/formatting

Signed-off-by: Arkadiusz Kozdra <[email protected]>

---------

Signed-off-by: Arkadiusz Kozdra <[email protected]>
The BITS_PER_DIGIT macro value differs between SystemC versions,
thus referencing it directly is required.
@pull pull bot added the ⤵️ pull label Jun 11, 2024
wsnyder and others added 21 commits June 11, 2024 18:52
After the V3Timing refactoring the V3SchedTiming phase could apparently
move away all awaits from a coroutine without adding a co_return
statement.

Signed-off-by: Arkadiusz Kozdra <[email protected]>
This may cause some additional SIDEEFFECT warnings that previously were not shown.
@pull pull bot merged commit 490bc63 into chipsalliance:master Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet