3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 11:45:41 +00:00
This commit is contained in:
Akash Levy 2025-09-28 06:16:07 -07:00
parent 5efc95f7d9
commit 507d43a9b8
13 changed files with 49 additions and 386 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: cd verific/tclmain && make -j6
- name: Build
run: make yosys -j6 ENABLE_CCACHE=0
run: make yosys -j6
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3