diff --git a/src/ieu/bmu/clmul.sv b/src/ieu/bmu/clmul.sv index a83d014a7..3b7daadbd 100644 --- a/src/ieu/bmu/clmul.sv +++ b/src/ieu/bmu/clmul.sv @@ -37,14 +37,26 @@ module clmul #(parameter WIDTH=32) ( // Note: only generates the bottom WIDTH bits of the carryless multiply. // To get the high bits or the reversed bits, the inputs can be shifted and reversed // as they are in zbc where this is instantiated - + /* genvar i; for (i=0; i