mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-12-22 06:05:49 +00:00
Clean up .svlint.toml
This commit is contained in:
parent
81cf1ebc5c
commit
166e6c913c
|
@ -4,11 +4,9 @@ indent = 2
|
||||||
[rules]
|
[rules]
|
||||||
action_block_with_side_effect = true
|
action_block_with_side_effect = true
|
||||||
blocking_assignment_in_always_ff = true
|
blocking_assignment_in_always_ff = true
|
||||||
case_default = true
|
|
||||||
default_nettype_none = true
|
default_nettype_none = true
|
||||||
enum_with_type = true
|
enum_with_type = true
|
||||||
explicit_case_default = true
|
explicit_case_default = true
|
||||||
# explicit_if_else = true
|
|
||||||
function_same_as_system_function = true
|
function_same_as_system_function = true
|
||||||
function_with_automatic = true
|
function_with_automatic = true
|
||||||
generate_case_with_label = true
|
generate_case_with_label = true
|
||||||
|
@ -26,7 +24,6 @@ keyword_forbidden_unique = true
|
||||||
keyword_forbidden_unique0 = true
|
keyword_forbidden_unique0 = true
|
||||||
keyword_forbidden_wire_reg = true
|
keyword_forbidden_wire_reg = true
|
||||||
keyword_required_generate = false
|
keyword_required_generate = false
|
||||||
level_sensitive_always = true # Redundant with keyword_forbidden_always.
|
|
||||||
localparam_explicit_type = true
|
localparam_explicit_type = true
|
||||||
localparam_type_twostate = true
|
localparam_type_twostate = true
|
||||||
multiline_for_begin = true
|
multiline_for_begin = true
|
||||||
|
@ -47,7 +44,6 @@ style_indent = true
|
||||||
style_keyword_0or1space = true
|
style_keyword_0or1space = true
|
||||||
style_keyword_0space = true
|
style_keyword_0space = true
|
||||||
style_keyword_1or2space = true
|
style_keyword_1or2space = true
|
||||||
style_keyword_datatype = false # Overly restrictive.
|
|
||||||
style_keyword_end = true
|
style_keyword_end = true
|
||||||
style_keyword_maybelabel = true
|
style_keyword_maybelabel = true
|
||||||
style_keyword_newline = true
|
style_keyword_newline = true
|
||||||
|
|
Loading…
Reference in a new issue