-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.svlint.toml
More file actions
55 lines (54 loc) · 1.56 KB
/
Copy path.svlint.toml
File metadata and controls
55 lines (54 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[option]
indent = 2
[rules]
action_block_with_side_effect = true
blocking_assignment_in_always_ff = true
default_nettype_none = true
enum_with_type = true
explicit_case_default = true
function_same_as_system_function = true
function_with_automatic = true
generate_case_with_label = true
generate_for_with_label = true
generate_if_with_label = true
genvar_declaration_in_loop = true
genvar_declaration_out_loop = false
inout_with_tri = true
input_with_var = true
interface_port_with_modport = true
keyword_forbidden_always = true
keyword_forbidden_generate = true
keyword_forbidden_priority = true
keyword_forbidden_unique = true
keyword_forbidden_unique0 = true
keyword_forbidden_wire_reg = true
keyword_required_generate = false
localparam_explicit_type = true
localparam_type_twostate = true
multiline_for_begin = true
multiline_if_begin = true
non_ansi_module = true
non_blocking_assignment_in_always_comb = true
output_with_var = true
parameter_default_value = true
parameter_explicit_type = true
parameter_in_generate = true
parameter_in_package = true
parameter_type_twostate = true
sequential_block_in_always_comb = true
sequential_block_in_always_ff = true
sequential_block_in_always_latch = true
style_commaleading = true
style_indent = true
style_keyword_0or1space = true
style_keyword_0space = true
style_keyword_1or2space = true
style_keyword_end = true
style_keyword_maybelabel = true
style_keyword_newline = true
style_operator_arithmetic = true
style_operator_boolean = true
style_operator_integer = true
style_operator_unary = true
style_trailingwhitespace = true
tab_character = true