hdl icon indicating copy to clipboard operation
hdl copied to clipboard

Allow assignment of entire arrays

Open Jacajack opened this issue 2 years ago • 0 comments

Feature description

It's supported in bindings anyway. Make sure it works in declarations as well.

module X {}

impl X {
    const wire x[10];
    const ubus<1> y[10] = x;
}

Jacajack avatar Nov 25 '23 15:11 Jacajack