diff options
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 26d838bec..a33a9a68c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,7 +16,7 @@ backends/cxxrtl/ @whitequark passes/cmds/bugpoint.cc @whitequark passes/techmap/flowmap.cc @whitequark passes/opt/opt_lut.cc @whitequark -passes/techmap/abc9*.cc @eddiehung +passes/techmap/abc9*.cc @eddiehung @Ravenslofty backends/aiger/xaiger.cc @eddiehung @@ -30,8 +30,9 @@ backends/aiger/xaiger.cc @eddiehung frontends/verilog/ @zachjs frontends/ast/ @zachjs -techlibs/intel_alm/ @ZirconiumX +techlibs/intel_alm/ @Ravenslofty techlibs/gowin/ @pepijndevos +techlibs/gatemate/ @pu-cc # pyosys misc/*.py @btut @@ -41,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 |