You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PyCDE] Auto-name signals from Python variable names (#9856)
Automatically derive signal names from the
Python variable they are assigned to. For example, `x = comb.AddOp(a, b)`
will auto-name the resulting signal "x" without requiring a manual
`.name = "x"` call.
A new `debug` parameter on `System()` switches auto-naming from
`sv.namehint` attributes to `hw.wire` ops with inner symbols, creating
optimization barriers that guarantee named wires appear in the output
SystemVerilog.
AI-assisted-by: GitHub Copilot (Claude)
0 commit comments