fixed typo in LZC
Created by: kevindkim723
I think that the output signal of the LZC should be ceil(log_2(WIDTH+1)) bits wide instead of ceil(log_2(WIDTH)) bits. This would fix a signal width mismatch and a bug where the LZC would fail to count up to WIDTH leading zeros.