Metadata-Version: 2.1
Name: msdsl
Version: 0.3.4.dev2
Summary: Library for generating synthesizable mixed-signal models for FPGA emulation
Home-page: https://github.com/sgherbst/msdsl
Author: Steven Herbst
Author-email: sgherbst@gmail.com
License: MIT
Download-URL: https://github.com/sgherbst/msdsl/archive/v0.3.4.dev2.tar.gz
Description: # msdsl
        [![Actions Status](https://github.com/sgherbst/msdsl/workflows/Regression/badge.svg)](https://github.com/sgherbst/msdsl/actions)
        [![Code Coverage](https://codecov.io/gh/sgherbst/msdsl/branch/master/graph/badge.svg)](https://codecov.io/gh/sgherbst/msdsl)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        [![PyPI version](https://badge.fury.io/py/msdsl.svg)](https://badge.fury.io/py/msdsl)
        
        **msdsl** is a tool for generating synthesizable real number models (RNMs) from analog circuits for use in FPGA emulation. 
        
        # Installation
        
        ```shell
        > pip install msdsl
        ```
        
        If you get a permissions error when running the **pip** command, you can try adding the **--user** flag.  This will cause **pip** to install packages in your user directory rather than to a system-wide location.
        
Keywords: analog,mixed-signal,mixed signal,behavioral,real number model,real number models,rnm,rnms,model,models,generator,verilog,system-verilog,system verilog,synthesizable,emulation,fpga
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
