aboutsummaryrefslogtreecommitdiffstats
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorN. Engelhardt <nak@symbioticeda.com>2020-06-04 18:20:08 +0200
committerGitHub <noreply@github.com>2020-06-04 18:20:08 +0200
commitd8d8deeaf4fe576ca419560ae882771116279c67 (patch)
treecd3d910ab42d22753b52c1d798341011fb91750d /CODEOWNERS
parent69850204c4e6d86436237ea022b55e5070f54610 (diff)
downloadyosys-d8d8deeaf4fe576ca419560ae882771116279c67.tar.gz
yosys-d8d8deeaf4fe576ca419560ae882771116279c67.tar.bz2
yosys-d8d8deeaf4fe576ca419560ae882771116279c67.zip
Add codeowners file (#2098)
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS37
1 files changed, 37 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 000000000..a73779920
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,37 @@
+## 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
+
+
+## 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.
+
+techlibs/intel_alm/ @ZirconiumX
+
+# pyosys
+misc/*.py @btut
+
+backends/firrtl @ucbjrl @azidar
+
+passes/sat/qbfsat.cc @boqwxp
+passes/cmds/exec.cc @boqwxp
+passes/cmds/printattrs.cc @boqwxp