formatting

This commit is contained in:
Kevin Kim 2023-03-20 14:25:05 -07:00
parent 37b73ea42e
commit 73fbc21aab
2 changed files with 0 additions and 2 deletions

View File

@ -43,5 +43,4 @@ module byteUnit #(parameter WIDTH=32) (
end
mux2 #(WIDTH) bytemux(Rev8Result, OrcBResult, ByteSelect, ByteResult);
endmodule

View File

@ -47,7 +47,6 @@ module clmul #(parameter WIDTH=32) (
ClmulResult[i] = s[WIDTH*i+j-1];
end
end
endmodule