lava
lava copied to clipboard
Float2Fixed converter
Issue Number: #398
Objective of pull request: Add tool performing automated floating- to fixed-point conversion.
Pull request checklist
Your PR fulfills the following requirements:
- [x] Issue created that explains the change and why it's needed
- [x] Tests are part of the PR (for bug fixes / features)
- [] Docs reviewed and added / updated if needed (for bug fixes / features)
- [x] PR conforms to Coding Conventions
- [x] PR applys BSD 3-clause or LGPL2.1+ Licenses to all code files
- [x] Lint (
flakeheaven lint src/lava tests/) and (bandit -r src/lava/.) pass locally - [x] Build tests (
pytest) passes locally
Pull request type
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation changes
- [ ] Other (please describe):
Does this introduce a breaking change?
- [ ] Yes
- [x] No