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,8 +25,8 @@
// and limitations under the License.
////////////////////////////////////////////////////////////////////////////////////////////////
module sha256sig0 #(parameter WIDTH=32) (
input logic [WIDTH-1:0] rs1,
module sha256sig0 #(parameter WIDTH=32)
(input logic [WIDTH-1:0] rs1,
output logic [WIDTH-1:0] result);
logic [31:0] ror7;