Add workflows and CODEOWNERS and fixed gitignore

This commit is contained in:
Miodrag Milanovic 2024-04-11 14:56:00 +02:00
parent 47bdb3e32f
commit 0c7ac36dcf
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@
# PATH (can use glob) USERNAME(S)
CODEOWNERS @nakengelhardt
passes/cmds/scratchpad.cc @nakengelhardt
frontends/rpc/ @whitequark
backends/cxxrtl/ @whitequark
@ -19,7 +20,7 @@ passes/opt/opt_lut.cc @whitequark
passes/techmap/abc9*.cc @eddiehung @Ravenslofty
backends/aiger/xaiger.cc @eddiehung
docs/ @KrystalDelusion
.github/workflows/*.yml @mmicko
## External Contributors
# Only users with write permission to the repository get review

View File

@ -1,4 +1,4 @@
*.log
/run-test.mk
run-test.mk
+*_synth.v
+*_testbench