forked from github/verilator
Tests: Standardize verilog indentation.
This commit is contained in:
parent
50535a1894
commit
383f9832d4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user