Skip to content

Commit efbbbeb

Browse files
oharboeclaude
andcommitted
docs: add unmerged commits table and workflow description
Explain that commits are spun off as separate PRs and this branch is rebased as they merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 9b24467 commit efbbbeb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

bazel-orfs.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,21 @@ actual `eqy` tool invocation is gated by a separate `RUN_EQY`
179179
variable (default 0), so builds don't fail when eqy is not installed.
180180
CI sets `RUN_EQY=1` when eqy is available.
181181

182+
## Workflow: Unmerged Commits
183+
184+
This PR serves as a working branch against master. Commits here are
185+
spun off as separate, focused PRs for review. Once a PR merges, this
186+
branch is rebased on master to drop the merged commit. The branch is
187+
force-pushed after each rebase so the PR commit list is always the
188+
source of truth for what's pending.
189+
190+
Filing of PRs is throttled to avoid overwhelming maintainers --
191+
submitting too many at once just causes "maintainer packet dropping"
192+
where reviews stall.
193+
194+
Additional PDKs are throttled until asap7 and sky130hd are
195+
essentially clean and no longer need fix-up commits in this PR.
196+
182197
## Known Limitations
183198

184199
- Only asap7 and sky130hd PDKs are wired up (others can be added to

0 commit comments

Comments
 (0)