How to do bitwise or on unpacked array

In reply to dave_59:

I know that could be tool related but to avoid facing some tools issues since continuous assignment could not work with array reduction, so i would suggest using

always_comb
   is_one = array.or();

I know is only tool related and this forum will not take care of tool issues but just to clarify it.
Regards