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