X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=CODEOWNERS;h=19b660dff7b61f2a90f1e4c99a27eb62ff3b67f8;hb=f5609d52c4206d2ce634b0b47510120281a7dcf1;hp=350a62120b559fe15e0691abf379468744118275;hpb=87b9ee330d5fa6f7ddcbe1bcc3a582c40541330c;p=yosys.git diff --git a/CODEOWNERS b/CODEOWNERS index 350a62120..19b660dff 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