Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/fpga-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'cli/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'contrib/formal/**'
- 'conformance/fpga_*.json'
- '.github/workflows/fpga-build.yml'
push:
branches: [master]
Expand All @@ -18,6 +20,8 @@ on:
- 'cli/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'contrib/formal/**'
- 'conformance/fpga_*.json'
- '.github/workflows/fpga-build.yml'
workflow_dispatch:

Expand Down
11 changes: 11 additions & 0 deletions docs/NOW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# NOW -- the formal configs are visible to their own CI (2026-08-20)

Last updated: 2026-08-20

## ci(fpga): trigger paths gain contrib/formal and conformance vectors (Closes #2259)

- PR #2258 (formal layer 5) merged without a single fpga-build run: the files
the formal job consumes were in neither trigger list. Validated by manual
workflow_dispatch instead; both lists now carry contrib/formal/** and
conformance/fpga_*.json

# NOW -- sby's yosys now reads the repo's own dialect (2026-08-20)

Last updated: 2026-08-20
Expand Down
Loading