blob: 2cfcd6c2e8da4d10f9fdfe08149e7b80c2631bc7 [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
Tobias Wölfel6e9fae92019-12-06 08:32:29 +010022/util/ @sjgitty
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070023util/*.py @imphil @asb
24util/*gen/ @eunchan @msfschaffner @tjaychen
25util/uvmdvgen* @sriyerg
26util/regtool.py @eunchan
27util/tlgen.py @eunchan @msfschaffner
28util/topgen.py @eunchan @msfschaffner @tjaychen
29util/build_docs.py @gdk
30
31
32# RTL related
33/hw/ip/*/rtl/ @eunchan
34/hw/ip/*/doc/ @eunchan
35/hw/ip/aes/ @vogelpi
Timothy Chen078262a2019-11-02 17:25:08 -070036/hw/ip/alert_handler/ @msfschaffner
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070037/hw/ip/flash_ctrl/ @tjaychen
Timothy Chen078262a2019-11-02 17:25:08 -070038/hw/ip/padctrl/ @msfschaffner @tjaychen
39/hw/ip/pinmux/ @msfschaffner @tjaychen
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070040/hw/ip/prim* @sjgitty @eunchan @tjaychen
41/hw/ip/rv_core_ibex/ @imphil @tjaychen
42/hw/ip/rv_dm/ @imphil @vogelpi
43/hw/ip/tlul/ @sjgitty @eunchan @tjaychen
44# /hw/ip/usb* # TBD
Timothy Chen078262a2019-11-02 17:25:08 -070045/hw/top_*/rtl @eunchan @tjaychen
46/hw/top_*/doc/top_* @eunchan @msfschaffner @tjaychen
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070047
48
49# DV related common files
50dv/ @sriyerg @weicaiyang
51fpv/ @cindychip
52formal/ @cindychip
53# lint/ # TBD
54
55# SW related
Sam Elliottf2c90ba2020-04-21 14:50:10 +010056/sw/ @mcy @moidx @gkelly @sriyerg @lenary
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070057
58# Common docs
59/doc/ @sjgitty @asb
60
61# License related files
62LICENSE* @asb
63COPYING* @asb
Sam Elliott0a3accf2020-07-20 17:13:56 +010064/util/licence-checker.hjson @asb @lenary
Eunchan Kimcfd59cc2019-09-17 11:09:39 -070065
Miguel Young de la Sotab5f94942019-10-30 12:11:24 -050066# CI and testing
67/ci/ @mcy @imphil
68/test/ @mcy @imphil
69azure_pipelines.yml @mcy @imphil