mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix some spacing in aes_common
This commit is contained in:
parent
7bbc6413fb
commit
5e247b9bf3
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module aes_inv_mixcolumns (input logic [31:0] word, output logic [31:0] mixed_word);
|
||||
module aes_inv_mixcolumns(input logic [31:0] word, output logic [31:0] mixed_word);
|
||||
|
||||
// Instantiate Internal Logic
|
||||
logic [7:0] b0, b1, b2, b3;
|
||||
|
@ -26,8 +26,8 @@
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
module aes_mixcolumns (input logic [31:0] in,
|
||||
output logic [31:0] out);
|
||||
module aes_mixcolumns(input logic [31:0] in,
|
||||
output logic [31:0] out);
|
||||
|
||||
logic [7:0] in0, in1, in2, in3, out0, out1, out2, out3, t0, t1, t2, t3, temp;
|
||||
logic [15:0] rrot8_1, rrot8_2;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm11 (gm11_In, gm11_Out);
|
||||
module gm11(gm11_In, gm11_Out);
|
||||
|
||||
input logic [7:0] gm11_In;
|
||||
output logic [7:0] gm11_Out;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm13 (gm13_In, gm13_Out);
|
||||
module gm13(gm13_In, gm13_Out);
|
||||
|
||||
input logic [7:0] gm13_In;
|
||||
output logic [7:0] gm13_Out;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm14 (gm14_In, gm14_Out);
|
||||
module gm14(gm14_In, gm14_Out);
|
||||
|
||||
input logic [7:0] gm14_In;
|
||||
output logic [7:0] gm14_Out;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm3 (gm3_In, gm3_Out);
|
||||
module gm3(gm3_In, gm3_Out);
|
||||
|
||||
input logic [7:0] gm3_In;
|
||||
output logic [7:0] gm3_Out;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm4 (gm4_In, gm4_Out);
|
||||
module gm4(gm4_In, gm4_Out);
|
||||
|
||||
input logic [7:0] gm4_In;
|
||||
output logic [7:0] gm4_Out;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm8 (gm8_In, gm8_Out);
|
||||
module gm8(gm8_In, gm8_Out);
|
||||
|
||||
input logic [7:0] gm8_In;
|
||||
output logic [7:0] gm8_Out;
|
||||
|
@ -25,7 +25,7 @@
|
||||
// and limitations under the License.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
module gm9 (gm9_In, gm9_Out);
|
||||
module gm9(gm9_In, gm9_Out);
|
||||
|
||||
input logic [7:0] gm9_In;
|
||||
output logic [7:0] gm9_Out;
|
||||
|
Loading…
Reference in New Issue
Block a user