Skip to content

Commit

Permalink
Merge pull request #4329 from YosysHQ/mmicko/codeowners_change
Browse files Browse the repository at this point in the history
Add workflows and CODEOWNERS and fixed gitignore
  • Loading branch information
mmicko authored Apr 12, 2024
2 parents 47bdb3e + 0c7ac36 commit 1c09862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# PATH (can use glob) USERNAME(S)

CODEOWNERS @nakengelhardt
passes/cmds/scratchpad.cc @nakengelhardt
frontends/rpc/ @whitequark
backends/cxxrtl/ @whitequark
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/arch/quicklogic/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.log
/run-test.mk
run-test.mk
+*_synth.v
+*_testbench

0 comments on commit 1c09862

Please sign in to comment.