[ImportVerilog] Skip bodies for pure virtual non-void methods#10709
Closed
AmurG wants to merge 1 commit into
Closed
[ImportVerilog] Skip bodies for pure virtual non-void methods#10709AmurG wants to merge 1 commit into
AmurG wants to merge 1 commit into
Conversation
Consolidates A11 branches: agent11/pure-virtual-nonvoid-methods
AmurG
force-pushed
the
importverilog-pure-virtual-nonvoid
branch
from
June 22, 2026 19:32
bb1dc8a to
10b4ee7
Compare
Contributor
Author
|
Closing (same reset as #10697). This returns beside the class-lowering changes that motivate it. |
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
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.
AI generated content follows. Some of this work is gated on PRs that are yet to merge but are also filed by me before. Aware there are a lot of open PRs from me right now, but parallelizing — apologies in advance!
Skip body generation for pure virtual non-void methods in ImportVerilog (IEEE 1800-2023 §8.3.5). Previously generated empty bodies; now omits bodies entirely for pure virtuals. Maps to existing structure lowering. Standalone.
Tests: pure-virtual-nonvoid.sv.