zbc comments

This commit is contained in:
Kevin Kim 2023-03-02 13:52:00 -08:00
parent 2d7d143f6d
commit b52208b539

View File

@ -41,7 +41,7 @@ module zbc #(parameter WIDTH=32) (
bitreverse #(WIDTH) brA(.a(A), .b(RevA));
bitreverse #(WIDTH) brB(.a(B), .b(RevB));
//NOTE: Optimize this when doing decoder stuff.
// zbc input select mux
always_comb begin
casez (Funct3[1:0])
2'b01: begin //clmul