blob: 695ad1052196392d43fe62395884cb8c1419cbfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Library Converter
=================
This module provides tools to convert component libraries between different formats supported by eSim.
**Features:**
- Converts libraries from various EDA tools to eSim-compatible formats.
- Supports batch conversion and custom mapping.
**Usage:**
Refer to the command-line or GUI instructions for converting your library files.
.. note::
Source : ``src/converter/libConverter.py``
.. automodule:: converter.libConverter
:members:
|