blob: b3402b396e3c306e3e404d8c78764bb7c629ebb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Makerchip Module
================
This module provides integration with Makerchip for digital design and simulation within eSim Maker.
**Features:**
- Supports digital circuit design using Makerchip.
- Enables simulation and verification of digital designs.
- Provides export and import options for Makerchip projects.
**Usage:**
Refer to the Makerchip integration guide or API documentation for instructions on using this module.
.. note::
Source : ``src/maker/makerchip.py``
.. automodule:: maker.makerchip
:members:
|