https://github.com/cnlohr/microclockoptimizer
Clock tree calculator for microcontrollers
https://github.com/cnlohr/microclockoptimizer
calculator clocks microcontrollers
Last synced: 4 days ago
JSON representation
Clock tree calculator for microcontrollers
- Host: GitHub
- URL: https://github.com/cnlohr/microclockoptimizer
- Owner: cnlohr
- License: mit
- Created: 2024-07-22T00:58:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T05:17:05.000Z (about 1 year ago)
- Last Synced: 2025-10-11T01:06:00.128Z (4 months ago)
- Topics: calculator, clocks, microcontrollers
- Language: HTML
- Homepage: https://cnlohr.github.io/microclockoptimizer/
- Size: 70.3 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Clock Optimizer
A solver for helping setup clock trees for microcontrollers. You can see the demo online [here](https://cnlohr.github.io/microclockoptimizer/).
You can select different parameters to solve for, and it will compute all possible clock trees given the constraints (within limits) so it can quickly search the space.
Right now I just wrote a clock tree setup for the ch32v307. But it's ripe for the picking to get more setup.
This project is still in its infancy, but PR's are open!
