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)
|
# PATH (can use glob) USERNAME(S)
|
||||||
|
|
||||||
|
CODEOWNERS @nakengelhardt
|
||||||
passes/cmds/scratchpad.cc @nakengelhardt
|
passes/cmds/scratchpad.cc @nakengelhardt
|
||||||
frontends/rpc/ @whitequark
|
frontends/rpc/ @whitequark
|
||||||
backends/cxxrtl/ @whitequark
|
backends/cxxrtl/ @whitequark
|
||||||
|
@ -19,7 +20,7 @@ passes/opt/opt_lut.cc @whitequark
|
||||||
passes/techmap/abc9*.cc @eddiehung @Ravenslofty
|
passes/techmap/abc9*.cc @eddiehung @Ravenslofty
|
||||||
backends/aiger/xaiger.cc @eddiehung
|
backends/aiger/xaiger.cc @eddiehung
|
||||||
docs/ @KrystalDelusion
|
docs/ @KrystalDelusion
|
||||||
|
.github/workflows/*.yml @mmicko
|
||||||
|
|
||||||
## External Contributors
|
## External Contributors
|
||||||
# Only users with write permission to the repository get review
|
# Only users with write permission to the repository get review
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
*.log
|
*.log
|
||||||
/run-test.mk
|
run-test.mk
|
||||||
+*_synth.v
|
+*_synth.v
|
||||||
+*_testbench
|
+*_testbench
|
||||||
|
|
Loading…
Reference in New Issue