bender 0.32.0

A dependency management tool for hardware projects.
1
2
3
4
5
6
7
8
9
10
# Workflows

This section provides practical guides on how to use Bender for common hardware development tasks throughout the project lifecycle.

- **[Initialization]./workflow/init.md:** Setting up a new Bender package from scratch.
- **[Adding and Updating Dependencies]./workflow/dependencies.md:** Managing external packages and ensuring reproducible builds.
- **[Generating Tool Scripts]./workflow/scripts.md:** Creating compilation and simulation scripts for various EDA tools.
- **[Package Development]./workflow/package_dev.md:** Developing multiple packages simultaneously using the `clone` and `snapshot` flow.
- **[Vendorizing External Code]./workflow/vendor.md:** Managing external repositories that don't natively support Bender.
- **[Continuous Integration]./workflow/ci.md:** Optimizing CI pipelines.