-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
The current implementation (#298, #423) for handling width expansion (e.g. from adding, shift left, multiplication, etc.) avoids lint errors successfully, but still hits some lint warnings and is also somewhat ugly.
A nicer way to generate it might look something like this:
assign {cout, out} = a + b + cin;
Desired solution
Upgrade modules to generate prettier SV that avoids both lint errors and warnings
Alternatives considered
No response
Additional details
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request