Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 438 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 438 Bytes

ChipFlow library

WIP

Installation and usage

This library uses PDM for dependency management, testing, building, and publishing. Install PDM first. Then run:

pdm lock
pdm install

To run tests, use:

pdm run test

To run lints, use:

pdm run lint

Your contributions must pass the lint check to be included in the repository.

License

Two-clause BSD