-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.verilog_format
More file actions
26 lines (26 loc) · 901 Bytes
/
.verilog_format
File metadata and controls
26 lines (26 loc) · 901 Bytes
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
--column_limit=100
--indentation_spaces=2
--line_break_penalty=2
--over_column_limit_penalty=10000
--wrap_spaces=4
--assignment_statement_alignment=align
--case_items_alignment=align
--class_member_variable_alignment=align
--distribution_items_alignment=align
--enum_assignment_statement_alignment=align
--formal_parameters_alignment=align
--formal_parameters_indentation=indent
--module_net_variable_alignment=align
--named_parameter_alignment=align
--named_parameter_indentation=indent
--named_port_alignment=align
--named_port_indentation=indent
--port_declarations_alignment=align
--port_declarations_indentation=indent
--struct_union_members_alignment=align
--try_wrap_long_lines=false
--wrap_end_else_clauses=false
--port_declarations_right_align_packed_dimensions=false
--port_declarations_right_align_unpacked_dimensions=false
--expand_coverpoints=false
--compact_indexing_and_selections=true