-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.svlint.toml
67 lines (65 loc) · 1.72 KB
/
.svlint.toml
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
56
57
58
59
60
61
62
63
64
65
66
[option]
exclude_paths = []
prefix_inout = "b_"
prefix_input = ""
prefix_output = ""
prefix_label = "l_"
prefix_instance = ""
prefix_module = ""
prefix_package = "pkg_"
prefix_interface = "ifc_"
[rules]
blocking_assignment_in_always_ff = true
case_default = true
default_nettype_none = false
enum_with_type = true
explicit_case_default = true
explicit_if_else = false
for_with_begin = true
function_same_as_system_function = false
function_with_automatic = false
generate_case_with_label = false
generate_for_with_label = true
generate_if_with_label = true
generate_keyword_forbidden = false
generate_keyword_required = false
genvar_declaration_in_loop = false
genvar_declaration_out_loop = false
if_with_begin = true
inout_with_tri = false
input_with_var = false
interface_port_with_modport = false
legacy_always = true
level_sensitive_always = true
localparam_explicit_type = true
localparam_type_twostate = false
loop_variable_declaration = false
lowercamelcase_interface = false
lowercamelcase_module = false
lowercamelcase_package = false
non_ansi_module = true
non_blocking_assignment_in_always_comb = true
output_with_var = false
parameter_explicit_type = true
parameter_in_package = false
parameter_type_twostate = true
prefix_inout = false
prefix_input = false
prefix_instance = false
prefix_interface = false
prefix_module = false
prefix_output = false
prefix_package = false
priority_keyword = false
sequential_block_in_always_comb = false
sequential_block_in_always_ff = false
sequential_block_in_always_latch = false
tab_character = true
unique0_keyword = true
unique_keyword = true
uppercamelcase_interface = false
uppercamelcase_module = false
uppercamelcase_package = false
wire_reg = true
generate_keyword = false
genvar_declaration = false