blob: 8534ab9524fe2cc28d508b18711f945c29203c0a [file] [log] [blame]
Eunchan Kimcfd59cc2019-09-17 11:09:39 -07001# This file specifies default reviewers for new pull requests. This is used as a
2# convenience - the OpenTitan project doesn't currently have a formalised notion
3# of "code owners".
4#
5# Note: The default reviewers aren't required to give a review prior to merging.
6# You are encouraged to add non-default reviewers where you know someone else
7# may have useful insight or has been recently working in the area touched by
8# your PR. Anyone is able to contribute to pull request review, and is
9# encouraged to do so
10
11# Default Reviewers
12# * @asb @sjgitty
13
14# Order: last matching pattern takes the most precedence.
15# Please refer the link for the detail
16# https://help.github.com/en/articles/about-code-owners
17
18*.c @moidx
19*.h @moidx
20
21# Utils: reggen, topgen, tlgen
22util/*.py @imphil @asb
23util/*gen/ @eunchan @msfschaffner @tjaychen
24util/uvmdvgen* @sriyerg
25util/regtool.py @eunchan
26util/tlgen.py @eunchan @msfschaffner
27util/topgen.py @eunchan @msfschaffner @tjaychen
28util/build_docs.py @gdk
29
30
31# RTL related
32/hw/ip/*/rtl/ @eunchan
33/hw/ip/*/doc/ @eunchan
34/hw/ip/aes/ @vogelpi
35/hw/ip/flash_ctrl/ @tjaychen
36/hw/ip/prim* @sjgitty @eunchan @tjaychen
37/hw/ip/rv_core_ibex/ @imphil @tjaychen
38/hw/ip/rv_dm/ @imphil @vogelpi
39/hw/ip/tlul/ @sjgitty @eunchan @tjaychen
40# /hw/ip/usb* # TBD
41/hw/top_*/rtl @eunchan
42/hw/top_*/doc/top_* @eunchan @msfschaffner
43
44
45# DV related common files
46dv/ @sriyerg @weicaiyang
47fpv/ @cindychip
48formal/ @cindychip
49# lint/ # TBD
50
51# SW related
Miguel Young de la Sotab5f94942019-10-30 12:11:24 -050052/sw/ @mcy @moidx @gkelly @sriyerg
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070053
54# Common docs
55/doc/ @sjgitty @asb
56
57# License related files
58LICENSE* @asb
59COPYING* @asb
60
Miguel Young de la Sotab5f94942019-10-30 12:11:24 -050061# CI and testing
62/ci/ @mcy @imphil
63/test/ @mcy @imphil
64azure_pipelines.yml @mcy @imphil
65