Releases: ChipFlow/chipflow-docs
v0.3.5 - AI Documentation Chat
Features
- Chat backend deployed to Cloud Run (chipflow-docs-chat)
- RAG-based Q&A using Vertex AI embeddings and Gemini 2.0 Flash
- Chat widget for documentation site
- CI/CD workflow for backend deployment
- Idempotent GCP setup script with Workload Identity Federation
Chat Backend
The chat backend is live at:
- Service: https://chipflow-docs-chat-ixzgvx6kya-uc.a.run.app
- Health:
/health - Chat API:
POST /api/chat
v0.3.3 - Navigation hierarchy improvements
Improvements
- Navigation: Moved Platform API Reference under "ChipFlow Library Documentation" in the sidebar
- The API reference is now properly nested in the navigation hierarchy instead of being a top-level item
Technical Changes
- Updated
copy_docs.pyto replace vendor's platform-api.rst with a clean version - Simplified conf.py exclude patterns
v0.3.2 - Fix API documentation
Bug Fixes
- API Documentation: Fixed autoapi configuration to generate docs for the
chipflowpackage instead of thechipflow_libbackward compatibility shim - The Platform API Reference now correctly shows the module hierarchy:
chipflow.platform,chipflow.config,chipflow.packaging, etc. - Fixed broken cross-references in platform-api.rst by using a simplified root-level file
What Changed
- Updated
autoapi_dirsin conf.py to point tovendor/chipflow-lib/chipflow - Added root-level
platform-api.rstwith correct toctree linking - Excluded vendor's platform-api.rst which had non-resolving Quick Links
v0.3.1 - Chip Configurator docs and improved PR previews
What's New
- Chip Configurator documentation with screenshots
- Document Generate Design workflow and Codespace commands (
chipflow sim build,chipflow sim run,chipflow silicon submit) - Add chipflow-digital-ip documentation (Digital IP Library)
- PR preview comments now wait until deployment is confirmed live (no more 404s!)
Documentation
0.2.3-alpha
What's Changed
- Fix commercial support email link by @robtaylor in #13
Full Changelog: 0.2.2-alpha...0.2.3-alpha
0.2.2-alpha
What's Changed
- Update the support channels by @robtaylor in #12
Full Changelog: v0.2.1-alpha...0.2.2-alpha
v0.2.1-alpha
- Minor release to fix release deployment
v0.2-alpha
ChipFlow Platform v0.2-alpha enables RTL-designs, created and stored in GitHub repository, to be processed to GDSII
file, ready to be sent to the Fab.
Try our tutorial: https://docs.chipflow.io/
Installation requirements and readme: https://github.com/ChipFlow/chipflow-examples?tab=readme-ov-file#chipflow-examples
For the support head to: https://docs.chipflow.io/support.html
Features:
Support of edition of RTL example-files
Support of iHP130 node
Provide SRAM IP
The platform partially works in cloud and local machines
Limitations:
Support of other Nodes, incl. GF130
Send of GDSII file to the Fab
Access to GDSII file for the review or edition