mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
formatting
This commit is contained in:
parent
2ad807728c
commit
72a8b25272
@ -43,5 +43,4 @@ module byteUnit #(parameter WIDTH=32) (
|
||||
end
|
||||
|
||||
mux2 #(WIDTH) bytemux(Rev8Result, OrcBResult, ByteSelect, ByteResult);
|
||||
|
||||
endmodule
|
@ -47,7 +47,6 @@ module clmul #(parameter WIDTH=32) (
|
||||
ClmulResult[i] = s[WIDTH*i+j-1];
|
||||
end
|
||||
end
|
||||
|
||||
endmodule
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user