File: CODEOWNERS

package info (click to toggle)
yosys 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 69,796 kB
  • sloc: ansic: 696,955; cpp: 239,736; python: 14,617; yacc: 3,529; sh: 2,175; makefile: 1,945; lex: 697; perl: 445; javascript: 323; tcl: 162; vhdl: 115
file content (48 lines) | stat: -rw-r--r-- 1,733 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
## CODE NOTIFICATIONS
# Register yourself here to be notified about modifications
# for any files you have an interest in/know your way around.

# Each line is a file pattern followed by one or more users.
# Both github usernames and email addresses are supported.
# Order is important; the last matching pattern takes the most
# precedence. Previous matches will not be applied.


# PATH (can use glob)          USERNAME(S)

CODEOWNERS                     @nakengelhardt
passes/cmds/scratchpad.cc      @nakengelhardt
frontends/rpc/                 @whitequark
backends/cxxrtl/               @whitequark
passes/cmds/bugpoint.cc        @whitequark
passes/techmap/flowmap.cc      @whitequark
passes/opt/opt_lut.cc          @whitequark
passes/techmap/abc9*.cc        @eddiehung @Ravenslofty
backends/aiger/xaiger.cc       @eddiehung
docs/                          @KrystalDelusion
.github/workflows/*.yml        @mmicko

## External Contributors
# Only users with write permission to the repository get review
# requests automatically, but we add information for other
# contributors here too, so we know who to ask to take a look.
# These still override previous lines, so be careful not to
# accidentally disable any of the above rules.

frontends/verilog/             @zachjs
frontends/ast/                 @zachjs

techlibs/intel_alm/            @Ravenslofty
techlibs/gowin/                @pepijndevos
techlibs/gatemate/             @pu-cc

# pyosys
misc/*.py                      @btut

backends/firrtl                @ucbjrl @azidar

passes/sat/qbfsat.cc           @boqwxp
passes/sat/qbfsat.h            @boqwxp
passes/cmds/exec.cc            @boqwxp
passes/cmds/glift.cc           @boqwxp
passes/cmds/printattrs.cc      @boqwxp