We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf0fcc commit a008c03Copy full SHA for a008c03
1 file changed
src/lzc.sv
@@ -12,6 +12,8 @@
12
/// in_i = 000_0000, empty_o = 1, cnt_o = 6 (mode = 0)
13
/// in_i = 000_0001, empty_o = 0, cnt_o = 0 (mode = 0)
14
/// in_i = 000_1000, empty_o = 0, cnt_o = 3 (mode = 0)
15
+/// TODO wouldn't it make more sense if cnt_o could count up to WIDTH, for the empty case?
16
+/// TODO also "Additionally `cnt_o` contains the maximum number of zeros - 1" is not true for WIDTH == 1
17
/// Furthermore, this unit contains a more efficient implementation for Verilator (simulation only).
18
/// This speeds up simulation significantly.
19
module lzc #(
0 commit comments