Tests: Standardize verilog indentation.

This commit is contained in:
Wilson Snyder 2020-04-05 21:53:24 -04:00
parent 50535a1894
commit 383f9832d4
6 changed files with 31 additions and 29 deletions

View File

@ -6,7 +6,9 @@
// This module will be used as libsecret.a or libsecret.so without
// exposing the source.
module secret_impl(
module secret_impl
(
input [31:0] a,
input [31:0] b,
output logic [31:0] x,