Skip to content

Conversation

@robtaylor
Copy link
Contributor

Summary

  • Add --build-mode CLI argument to chipflow silicon submit
  • Valid values: full (default) or synth_only
  • Also supports CHIPFLOW_BUILD_MODE environment variable

Usage

# CLI argument
chipflow silicon submit --build-mode synth_only

# Environment variable
CHIPFLOW_BUILD_MODE=synth_only chipflow silicon submit

Related

  • Requires chipflow-backend and chipflow-api changes (already merged)
  • chipflow-examples PR will use this to speed up CI

🤖 Generated with Claude Code

Add support for specifying build mode when submitting designs:
- --build-mode full: Complete build with P&R, GDS, LVS (default)
- --build-mode synth_only: Synthesis only, skip post-synthesis stages

Can also be set via CHIPFLOW_BUILD_MODE environment variable.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Dec 16, 2025

PR Preview Action v1.6.3
Preview removed because the pull request was closed.
2025-12-16 13:58 UTC

@github-actions
Copy link

Tests Skipped Failures Errors Time
68 4 💤 0 ❌ 0 🔥 22.893s ⏱️

@robtaylor robtaylor merged commit 7fb7cf4 into main Dec 16, 2025
6 checks passed
@robtaylor robtaylor deleted the build-mode-support branch December 16, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants