Conversation
added 30 commits
February 8, 2026 12:13
…behavior in RT loops, specifying that it allows falling through without consuming cycles.
…ort for fall-through loops
…formatting in collectRelMembers method
…ds inside RT processes 2. fix SimplifyRTOps stage accordingly 3. fix PrintCodeString tests accordingly 4. proper DFC propagation in TextOut to fix compiler crash (found when adding new test in ElaborationChecks)
…tionMember for improved context handling
…ns (creating new identical named value)
…rity and maintainability
update ExplicitNamedVars to create registers in RT process
…aits, or loops. This update introduces a new rule that adds an empty step definition (S_0) for processes that do not start with a step, wait statement, or while loop.
…oncept in compiler plugin
fix: proper printing of loop ending
…or wait statements and while blocks. Introduce nested step naming conventions and update related tests for various scenarios including basic and complex named steps.
… duplication of parent step names. Update related tests to reflect changes in internal step definitions and ensure consistent naming behavior across various scenarios.
add missing documentation
…not use relative goto statements
When an anonymous +, -, or * operation is assigned/connected to a variable wider than its result, the operation is automatically promoted to its carry variant (+^, -^, *^). This prevents silent information loss and matches Verilog's behavior where the assignment target width determines the operation width. Named expressions are not affected. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ormation in type-system docs
…licing, inline-if parentheses Addresses knowledge gaps reported by learner agents: - Parametric-width Bits constants: use Bits[Int] <> CONST (closes #15, #20) - Dynamic bit indexing: .truncate for wider-than-needed index (closes #12) - Int <> CONST .bits(hi, lo) slicing note (closes #24) - Inline if parenthesization with := and <> examples (closes #21) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
No description provided.