From 73fbc21aabd8a5e63e9a08476f8bb8183359d368 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Mon, 20 Mar 2023 14:25:05 -0700 Subject: [PATCH] formatting --- src/ieu/bmu/byte.sv | 1 - src/ieu/bmu/clmul.sv | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ieu/bmu/byte.sv b/src/ieu/bmu/byte.sv index 524802358..8cf3f0e56 100644 --- a/src/ieu/bmu/byte.sv +++ b/src/ieu/bmu/byte.sv @@ -43,5 +43,4 @@ module byteUnit #(parameter WIDTH=32) ( end mux2 #(WIDTH) bytemux(Rev8Result, OrcBResult, ByteSelect, ByteResult); - endmodule \ No newline at end of file diff --git a/src/ieu/bmu/clmul.sv b/src/ieu/bmu/clmul.sv index 16d600b43..85d427ed3 100644 --- a/src/ieu/bmu/clmul.sv +++ b/src/ieu/bmu/clmul.sv @@ -47,7 +47,6 @@ module clmul #(parameter WIDTH=32) ( ClmulResult[i] = s[WIDTH*i+j-1]; end end - endmodule