fix spacing in sha_instructions for style

This commit is contained in:
James E. Stine 2024-03-05 08:59:45 -06:00
parent 0d7ea36883
commit 7bbc6413fb
5 changed files with 7 additions and 7 deletions

View File

@ -25,9 +25,9 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module sha256sig0 #(parameter WIDTH=32) ( module sha256sig0 #(parameter WIDTH=32)
input logic [WIDTH-1:0] rs1, (input logic [WIDTH-1:0] rs1,
output logic [WIDTH-1:0] result); output logic [WIDTH-1:0] result);
logic [31:0] ror7; logic [31:0] ror7;
logic [31:0] ror18; logic [31:0] ror18;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sig0 (input logic [63:0] rs1, output logic [63:0] result); module sha512sig0(input logic [63:0] rs1, output logic [63:0] result);
logic [63:0] ror1; logic [63:0] ror1;
logic [63:0] ror8; logic [63:0] ror8;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sig1 (input logic [63:0] rs1, output logic [63:0] result); module sha512sig1(input logic [63:0] rs1, output logic [63:0] result);
logic [63:0] ror19; logic [63:0] ror19;
logic [63:0] ror61; logic [63:0] ror61;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sum0 (input logic [63:0] rs1, output logic [63:0] result); module sha512sum0(input logic [63:0] rs1, output logic [63:0] result);
logic [63:0] ror28; logic [63:0] ror28;
logic [63:0] ror34; logic [63:0] ror34;

View File

@ -25,7 +25,7 @@
// and limitations under the License. // and limitations under the License.
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sum1 (input logic [63:0] rs1, output logic [63:0] result); module sha512sum1(input logic [63:0] rs1, output logic [63:0] result);
logic [63:0] ror14; logic [63:0] ror14;
logic [63:0] ror18; logic [63:0] ror18;