From 7b2bf1fe2ec8f3b071b229e8f543e9ed41eeca19 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Tue, 24 Jun 2025 10:54:13 +0200 Subject: [PATCH] CODEOWNERS: add myself for verilog frontend and ast layer --- CODEOWNERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ef8c803ed..a54a6d773 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,7 +12,9 @@ CODEOWNERS @nakengelhardt passes/cmds/scratchpad.cc @nakengelhardt +frontends/ast/ @widlarizer frontends/rpc/ @whitequark +frontends/verilog/ @widlarizer backends/cxxrtl/ @whitequark passes/cmds/bugpoint.cc @whitequark passes/techmap/flowmap.cc @whitequark @@ -30,9 +32,6 @@ docs/source/using_yosys/synthesis/abc.rst @KrystalDelusion @Ravenslofty # 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