1
0
mirror of https://github.com/openhwgroup/cvw synced 2025-02-11 06:05:49 +00:00

zbc comments

This commit is contained in:
Kevin Kim 2023-03-02 13:52:00 -08:00
parent b0307f5082
commit 3e8e633a56

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