fix some spacing in aes_common

This commit is contained in:
James E. Stine 2024-03-05 09:02:22 -06:00
parent 7bbc6413fb
commit 5e247b9bf3
9 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@
// and limitations under the License. // 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 // Instantiate Internal Logic
logic [7:0] b0, b1, b2, b3; logic [7:0] b0, b1, b2, b3;

View File

@ -26,8 +26,8 @@
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module aes_mixcolumns (input logic [31:0] in, module aes_mixcolumns(input logic [31:0] in,
output logic [31:0] out); output logic [31:0] out);
logic [7:0] in0, in1, in2, in3, out0, out1, out2, out3, t0, t1, t2, t3, temp; logic [7:0] in0, in1, in2, in3, out0, out1, out2, out3, t0, t1, t2, t3, temp;
logic [15:0] rrot8_1, rrot8_2; logic [15:0] rrot8_1, rrot8_2;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm11 (gm11_In, gm11_Out); module gm11(gm11_In, gm11_Out);
input logic [7:0] gm11_In; input logic [7:0] gm11_In;
output logic [7:0] gm11_Out; output logic [7:0] gm11_Out;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm13 (gm13_In, gm13_Out); module gm13(gm13_In, gm13_Out);
input logic [7:0] gm13_In; input logic [7:0] gm13_In;
output logic [7:0] gm13_Out; output logic [7:0] gm13_Out;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm14 (gm14_In, gm14_Out); module gm14(gm14_In, gm14_Out);
input logic [7:0] gm14_In; input logic [7:0] gm14_In;
output logic [7:0] gm14_Out; output logic [7:0] gm14_Out;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm3 (gm3_In, gm3_Out); module gm3(gm3_In, gm3_Out);
input logic [7:0] gm3_In; input logic [7:0] gm3_In;
output logic [7:0] gm3_Out; output logic [7:0] gm3_Out;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm4 (gm4_In, gm4_Out); module gm4(gm4_In, gm4_Out);
input logic [7:0] gm4_In; input logic [7:0] gm4_In;
output logic [7:0] gm4_Out; output logic [7:0] gm4_Out;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm8 (gm8_In, gm8_Out); module gm8(gm8_In, gm8_Out);
input logic [7:0] gm8_In; input logic [7:0] gm8_In;
output logic [7:0] gm8_Out; output logic [7:0] gm8_Out;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module gm9 (gm9_In, gm9_Out); module gm9(gm9_In, gm9_Out);
input logic [7:0] gm9_In; input logic [7:0] gm9_In;
output logic [7:0] gm9_Out; output logic [7:0] gm9_Out;