Skip to content

fixed typo in LZC

Eclipse Webmaster requested to merge github/fork/kevindkim723/patch-1 into main

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.

Merge request reports

Loading