ID:47002 In altbarrel_shift megafunction, the value of WIDTHDIST parameter is <number>. It should be ceil(log2(<number>)) or less.

CAUSE: The WIDTHDIST parameter is too large. It should be ceil(log2(WIDTH)) or less.

ACTION: Change the value of the WIDTHDIST parameter to a value of ceil(log2(WIDTH)) or less.