-
Notifications
You must be signed in to change notification settings - Fork 0
/
vsg_config.yaml
42 lines (42 loc) · 937 Bytes
/
vsg_config.yaml
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
file_list:
- src/*.vhd
- src/interface/*.vhd:
rule:
port_011: # interfaces have often different naming conventions
disable: true
- src/util/*.vhd
- src/window_ctrl/*.vhd
rule:
global:
indentSize: 2
constant_004: # names
case: upper
constant_015: # prefix
disable: false
prefixes: ["C_"]
generic_007: # names
case: upper
generic_020: # prefix
disable: false
prefixes: ["C_"]
generic_map_002: # generic names
case: upper
instantiation_034: # allow entity instantiation
method: "entity"
length_001:
length: 180
port_010: # names
case: lower
port_011: # prefix
disable: false
prefixes: ["i", "o"]
port_map_002: # port names
case: lower
process_029: # allow rising_edge
disable: true
signal_007: # default initialization
disable: true
subtype_004: # prefix
disable: false
type_015: # prefix
disable: false