-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
62 lines (50 loc) · 2.22 KB
/
CODEOWNERS
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
## 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)
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
## 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
passes/cmds/cellift.cc @flaviens
passes/cmds/pre_cellift.cc @flaviens
passes/cmds/stat_pre_cellift.cc @flaviens
passes/cmds/stat_shift_offsets.cc @flaviens
passes/cmds/breakdown_glift.cc @flaviens
passes/cmds/taint_probes.cc @flaviens
passes/cmds/mul_to_adds.cc @flaviens
passes/cmds/timestamp.cc @flaviens
passes/cmds/insert_pmux_cell.cc @flaviens
passes/cmds/insert_shift_cell.cc @flaviens
passes/cmds/insert_shiftx_cell.cc @flaviens
passes/cmds/insert_dff_cell.cc @flaviens
passes/cmds/list_state_elements.cc @flaviens
passes/cmds/pmux_statistics.cc @flaviens
passes/cmds/regroup_mux_by_sel.cc @flaviens