Eunchan Kim | cfd59cc | 2019-09-17 11:09:39 -0700 | [diff] [blame] | 1 | # 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 |
| 22 | util/*.py @imphil @asb |
| 23 | util/*gen/ @eunchan @msfschaffner @tjaychen |
| 24 | util/uvmdvgen* @sriyerg |
| 25 | util/regtool.py @eunchan |
| 26 | util/tlgen.py @eunchan @msfschaffner |
| 27 | util/topgen.py @eunchan @msfschaffner @tjaychen |
| 28 | util/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 |
| 46 | dv/ @sriyerg @weicaiyang |
| 47 | fpv/ @cindychip |
| 48 | formal/ @cindychip |
| 49 | # lint/ # TBD |
| 50 | |
| 51 | # SW related |
Miguel Young de la Sota | b5f9494 | 2019-10-30 12:11:24 -0500 | [diff] [blame] | 52 | /sw/ @mcy @moidx @gkelly @sriyerg |
Eunchan Kim | cfd59cc | 2019-09-17 11:09:39 -0700 | [diff] [blame] | 53 | |
| 54 | # Common docs |
| 55 | /doc/ @sjgitty @asb |
| 56 | |
| 57 | # License related files |
| 58 | LICENSE* @asb |
| 59 | COPYING* @asb |
| 60 | |
Miguel Young de la Sota | b5f9494 | 2019-10-30 12:11:24 -0500 | [diff] [blame] | 61 | # CI and testing |
| 62 | /ci/ @mcy @imphil |
| 63 | /test/ @mcy @imphil |
| 64 | azure_pipelines.yml @mcy @imphil |
| 65 | |