Conversation
Func.prot_=~ compared meta (including auto-generated names), which caused identical parameterized designs with computed sub-params to be classified as different groups. The auto-name on a Func node derives from the parent's instance variable name (e.g. inst_a vs inst_b), making structurally identical designs appear different. Removing the meta comparison from Func.prot_=~ fixes the grouping — a Func's structural identity is fully determined by (dfType, op, args). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…or connection in ED domain outside a process.
Explain that plain `val` can be used for intermediate expressions inside process blocks, and warn that `VAR` inside clocked processes becomes register storage. Closes #43 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…oops, type selection, bit replication - Add @top annotation section and clog2 type reuse pattern (from-verilog) - Add mixed-width signed arithmetic worked examples (from-verilog) - Add type selection heuristic for UInt vs Bits vs SInt (from-verilog) - Add .repeat bit replication section (from-verilog) - Add generate-for loops and elaboration-time conditional note (from-verilog) - Add cross-reference to naming section for built-in conflicts (from-verilog) - Populate naming guide with reserved names and resolution patterns (naming) - Create loops guide with elaboration-time, ED, and RT loop semantics (loops) - Note Int <> CONST accepts full Scala Int range (type-system) Closes #42 #43 #44 #47 #48 #49 #50 #51 #52 #53 #57 #58 #59 #60 #61 #64 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.
Fixes #371 #370 #369 #372