diff --git a/src/multiaddr_decode.sv b/src/multiaddr_decode.sv index 83f344c3..30839df4 100644 --- a/src/multiaddr_decode.sv +++ b/src/multiaddr_decode.sv @@ -59,7 +59,7 @@ module multiaddr_decode #( /// When these properties are satisfied we can go from the [start, end) representation /// to the {addr, mask} representation (and viceversa) using the following equations: /// - mask = {'0, {log2(end - start){1'b1}}} - /// - addr = start / (end - start) + /// - addr = start parameter type rule_t = logic ) ( /// Multi-address to decode.