Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rroohhh/kibis2spice
standalone version of the kicad ibis to spice converter
https://github.com/rroohhh/kibis2spice
Last synced: about 1 month ago
JSON representation
standalone version of the kicad ibis to spice converter
- Host: GitHub
- URL: https://github.com/rroohhh/kibis2spice
- Owner: rroohhh
- License: gpl-3.0
- Created: 2024-06-11T13:30:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T17:16:36.000Z (7 months ago)
- Last Synced: 2024-06-12T16:42:38.846Z (7 months ago)
- Language: C++
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kibis2spice
This is a standalone version of the ibis to spice converter inside of KiCad.## Compile
```
CXX -std=c++20 -Ikicad_compat kibis2spice.cpp
```## Usage
```
Usage:
kibis2spice [options] IBIS_MODEL OUTPUT_DIR
OPTIONS
-b bits number of bits of prbs
-d delay delay before output happens in seconds
-f frequency frequency of prbs
```