diff options
Diffstat (limited to 'code/converter/libConverter.rst')
-rw-r--r-- | code/converter/libConverter.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/code/converter/libConverter.rst b/code/converter/libConverter.rst new file mode 100644 index 00000000..695ad105 --- /dev/null +++ b/code/converter/libConverter.rst @@ -0,0 +1,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:
\ No newline at end of file |