racklet / electronics-prototyping

Design files for electronic components for use in Racklet
Apache License 2.0
3 stars 0 forks source link

Introduce ICCC, a tool for computing values for external components required by ICs #4

Closed twelho closed 3 years ago

twelho commented 3 years ago

This bases on and majorly refactors the work done in #2. ICCC aims to provide an easy-to-use framework to compute values for external components required by integrated circuits, according to their datasheets. Equations for the components can be entered in a Python class dedicated for the IC, and this tool will evaluate the correct values based on given input parameters. There is a reference use case implemented for the ROHM Semiconductor BD9E302EFJ, which matches the old implementation in #2 (see the file tools/iccc/bd9e302efj.py.

chiplet commented 3 years ago

Consider adding a requirements.txt file to keep track of pip dependencies.

twelho commented 3 years ago

This work has been superseded by the Rust-written KiCad evaluator implemented in https://github.com/racklet/electronics-prototyping/pull/14. Closing.