Merge pull request #3310 from robinsonb5-PRs/master
[yosys.git] / CODEOWNERS
1 ## CODE NOTIFICATIONS
2 # Register yourself here to be notified about modifications
3 # for any files you have an interest in/know your way around.
4
5 # Each line is a file pattern followed by one or more users.
6 # Both github usernames and email addresses are supported.
7 # Order is important; the last matching pattern takes the most
8 # precedence. Previous matches will not be applied.
9
10
11 # PATH (can use glob) USERNAME(S)
12
13 passes/cmds/scratchpad.cc @nakengelhardt
14 frontends/rpc/ @whitequark
15 backends/cxxrtl/ @whitequark
16 passes/cmds/bugpoint.cc @whitequark
17 passes/techmap/flowmap.cc @whitequark
18 passes/opt/opt_lut.cc @whitequark
19 passes/techmap/abc9*.cc @eddiehung
20 backends/aiger/xaiger.cc @eddiehung
21
22
23 ## External Contributors
24 # Only users with write permission to the repository get review
25 # requests automatically, but we add information for other
26 # contributors here too, so we know who to ask to take a look.
27 # These still override previous lines, so be careful not to
28 # accidentally disable any of the above rules.
29
30 frontends/verilog/ @zachjs
31 frontends/ast/ @zachjs
32
33 techlibs/intel_alm/ @ZirconiumX
34 techlibs/gowin/ @pepijndevos
35 techlibs/gatemate/ @pu-cc
36
37 # pyosys
38 misc/*.py @btut
39
40 backends/firrtl @ucbjrl @azidar
41
42 passes/sat/qbfsat.cc @boqwxp
43 passes/sat/qbfsat.h @boqwxp
44 passes/cmds/exec.cc @boqwxp
45 passes/cmds/glift.cc @boqwxp
46 passes/cmds/printattrs.cc @boqwxp