forked from zama-ai/hpu_fpga
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typos.toml
More file actions
39 lines (36 loc) · 820 Bytes
/
_typos.toml
File metadata and controls
39 lines (36 loc) · 820 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
27
28
29
30
31
32
33
34
35
36
37
38
39
[default]
extend-ignore-identifiers-re = [
# EDA and other common name
"Synopsys", "vcs", "xsim",
# V80 Ip name and accronym
"(CIPS|cips)", "(fpt|Fpt|FPT)",
# Commonly used Rtl naming
"interm", "(dout|DOUT|Dout)",
"(Pnr|PnR|PNR)",
"(DELTA|delta)",
"2nd",
"_DDR4_[0-9]_[0-9]_*",
]
extend-ignore-re = [
# Hexadecimal value with Sw and Rtl syntax
"0x[0-9a-fA-F]+",
"[0-9]*h[0-9a-fA-F]+",
# proper noun
"Toom-Cook",
]
[files]
extend-exclude = [
"*.mem",
"*.ld",
"hw/module/hpu/module/hpu_regif/docs",
"fw/arm/src/device_drivers",
"fw/arm/src/apps",
"fw/arm/src/proxy_drivers",
"fw/arm/src/profiles",
"fw/arm/src/common",
"fw/arm/src/fal",
"fw/arm/src/osal",
"versal/iprepo",
"versal/scripts/bd",
"edalize",
]