intel / intel/rohd

Allow assignment merging in SystemVerilog between packed arrays and non-arrays when legal

Open
#619 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Dart
Stars
489
Forks
88
Avg merge
3d 23h
Merged PRs (30d)
10

Description

### Motivation

There are cases where a packed array can safely be used in places where a normal `logic` can be used in generated SV. This could avoid a bunch of swizzling in generated outputs.

### Desired solution

Allow merging of signals across assignments between packed arrays and signals when there is a full assignment and the dimensions are safe to merge.

### Alternatives considered

_No response_

### Additional details

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.