Library for generating synthesizable mixed-signal models for FPGA emulation


Keywords
analog, mixed-signal, mixed, signal, behavioral, real, number, model, models, rnm, rnms, generator, verilog, system-verilog, system, synthesizable, emulation, fpga
License
MIT
Install
pip install msdsl==0.3.8

Documentation

msdsl

Travis Status Code Coverage License: MIT

msdsl is a tool for generating synthesizable real number models (RNMs) from analog circuits for use in FPGA emulation.

Installation

> 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.