Skip to content

Releases: ChipFlow/chipflow-docs

v0.3.5 - AI Documentation Chat

18 Dec 00:12

Choose a tag to compare

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:

v0.3.3 - Navigation hierarchy improvements

17 Dec 16:51

Choose a tag to compare

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.py to replace vendor's platform-api.rst with a clean version
  • Simplified conf.py exclude patterns

v0.3.2 - Fix API documentation

17 Dec 15:23

Choose a tag to compare

Bug Fixes

  • API Documentation: Fixed autoapi configuration to generate docs for the chipflow package instead of the chipflow_lib backward 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_dirs in conf.py to point to vendor/chipflow-lib/chipflow
  • Added root-level platform-api.rst with 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

17 Dec 15:14

Choose a tag to compare

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

09 May 12:39

Choose a tag to compare

What's Changed

Full Changelog: 0.2.2-alpha...0.2.3-alpha

0.2.2-alpha

09 May 12:12

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1-alpha...0.2.2-alpha

v0.2.1-alpha

08 May 18:16

Choose a tag to compare

  • Minor release to fix release deployment

v0.2-alpha

08 May 17:53

Choose a tag to compare

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