Contributing¶
Contributions are welcome in the library, examples, and documentation.
Development setup¶
Install the documentation dependencies when working on the docs site:
Quality checks¶
Run the full checks from the repository root:
The example tests compile their HDL fixtures with Icarus Verilog and run the
analysis scripts. Install iverilog before running the example tests.
Build the documentation¶
The docs toolchain currently requires Python 3.10 or newer because Zensical does. Build the site in strict mode so missing pages and broken internal links fail the check:
Documentation conventions¶
- Give every page an explicit H1.
- Use relative links between documentation pages.
- Keep complete runnable examples in
example/; link to them rather than copying their source into Markdown. - Use NumPy-style docstrings for public APIs.
- Update the hand-maintained examples index when adding a complete example and its validation test.
Pull requests¶
Keep each pull request focused and describe any user-facing, API, or example changes. Run the relevant checks before submitting.