rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Improve lint avoidance for width expansion

Open mkorbel1 opened this issue 6 months ago • 1 comments

Motivation

The current implementation (https://github.com/intel/rohd/issues/298, https://github.com/intel/rohd/pull/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

mkorbel1 avatar Dec 11 '23 17:12 mkorbel1