X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=CODEOWNERS;h=11a8cc0262e6a01ec3b167b594f7ada29b279ede;hb=11e75bc27ceacb909c31fc201110f78ee995f979;hp=350a62120b559fe15e0691abf379468744118275;hpb=87b9ee330d5fa6f7ddcbe1bcc3a582c40541330c;p=yosys.git diff --git a/CODEOWNERS b/CODEOWNERS index 350a62120..11a8cc026 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,6 +16,8 @@ backends/cxxrtl/ @whitequark passes/cmds/bugpoint.cc @whitequark passes/techmap/flowmap.cc @whitequark passes/opt/opt_lut.cc @whitequark +passes/techmap/abc9*.cc @eddiehung +backends/aiger/xaiger.cc @eddiehung ## External Contributors @@ -25,7 +27,12 @@ passes/opt/opt_lut.cc @whitequark # 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/ @ZirconiumX +techlibs/gowin/ @pepijndevos +techlibs/gatemate/ @pu-cc # pyosys misc/*.py @btut @@ -35,4 +42,5 @@ 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