style file slight mods for sha_instructions

This commit is contained in:
James E. Stine 2024-03-05 09:14:22 -06:00
parent 6894ee4588
commit 5b445946b1
6 changed files with 6 additions and 12 deletions

View File

@ -25,8 +25,7 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sig0h(input logic [31:0] rs1,
input logic [31:0] rs2,
module sha512sig0h(input logic [31:0] rs1, input logic [31:0] rs2,
output logic [31:0] data_out);
// RS1 Shifts

View File

@ -25,8 +25,7 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sig0l(input logic [31:0] rs1,
input logic [31:0] rs2,
module sha512sig0l(input logic [31:0] rs1, input logic [31:0] rs2,
output logic [31:0] data_out);
// rs1 operations

View File

@ -25,8 +25,7 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sig1h(input logic [31:0] rs1,
input logic [31:0] rs2,
module sha512sig1h(input logic [31:0] rs1, input logic [31:0] rs2,
output logic [31:0] data_out);
// rs1 shifts

View File

@ -25,8 +25,7 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sig1l(input logic [31:0] rs1,
input logic [31:0] rs2,
module sha512sig1l(input logic [31:0] rs1, input logic [31:0] rs2,
output logic [31:0] data_out);
// rs1 shift logic

View File

@ -25,8 +25,7 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sum0r(input logic [31:0] rs1,
input logic [31:0] rs2,
module sha512sum0r(input logic [31:0] rs1, input logic [31:0] rs2,
output logic [31:0] data_out);
// RS1 shifts

View File

@ -25,8 +25,7 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha512sum1r(input logic [31:0] rs1,
input logic [31:0] rs2,
module sha512sum1r(input logic [31:0] rs1, input logic [31:0] rs2,
output logic [31:0] data_out);
// Declare logic for rs1 shifts