chipflow¶
Chipflow library
This is the main entry point for the ChipFlow library, providing tools for building ASIC designs using the Amaranth HDL framework.
Submodules¶
Exceptions¶
Base exception for ChipFlow errors |
Functions¶
Ensure CHIPFLOW_ROOT environment variable is set and return its path. |
Package Contents¶
- chipflow.ensure_chipflow_root()¶
Ensure CHIPFLOW_ROOT environment variable is set and return its path.
If CHIPFLOW_ROOT is not set, sets it to the current working directory. Also ensures the root is in sys.path.
- Returns:
Path to the chipflow root directory
- Return type: