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 b67436b commit 85d8429Copy full SHA for 85d8429
verilog-mode.el
@@ -11547,7 +11547,7 @@ This repairs those mis-inserted by an AUTOARG."
11547
;;(verilog-simplify-range-expression "[2*4/(4-2) +2+4 <<4 >>2]") ; "[8/(2) +2+4 <<4 >>2]"
11548
;;(verilog-simplify-range-expression "[WIDTH*2/8-1:0]") ; "[WIDTH*2/8-1:0]"
11549
;;(verilog-simplify-range-expression "[(FOO).size:0]") ; "[FOO.size:0]"
11550
-;
+
11551
(defun verilog-clog2 (value)
11552
"Compute $clog2 - ceiling log2 of VALUE."
11553
(if (< value 1)
0 commit comments