mirror of https://github.com/YosysHQ/yosys.git
Add workflows and CODEOWNERS and fixed gitignore
This commit is contained in:
parent
47bdb3e32f
commit
0c7ac36dcf
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
*.log
|
||||
/run-test.mk
|
||||
run-test.mk
|
||||
+*_synth.v
|
||||
+*_testbench
|
||||
|
|
Loading…
Reference in New Issue