unpacked arrays assignments
Summary
TMRG complains about unpacked array assignments
Describe your setup
Using econt repo setup
TMRG Version
Steps to reproduce
For @skulis : replace line 68 of algorithm_thres_sum.sv in econt_rtl repo with the following:
AddrMap_comb = '{(NUM_CHANNELS*NUM_TRIGCELLS){1'b0}};
What is the current bug behavior?
TMRG complains about packed array assignments in always_comb.
For example, the following code will rise errors:
What is the expected correct behavior?
Is is possible to make tmrg compatible with these assignments?
Edited by Gianmario Bergamin