verilator icon indicating copy to clipboard operation
verilator copied to clipboard

Fix struct array assignment (#5455)

Open YilouWang opened this issue 1 year ago • 0 comments

Hi,

This patch fixes the wrong assignment when dealing with the struct array. This wrong assignment happens not only in randomization case, but also in normal case.

With this patch, this issue #5455 is resolved.

Thanks to @udayaa-init for the kind help!

YilouWang avatar Oct 14 '24 15:10 YilouWang