Metadata-Version: 1.1
Name: xsconnect
Version: 0.1.4
Summary: Generate pin assignment constraints for a given combination of XESS peripheral + motherboard + daughterboard.
Home-page: https://github.com/xesscorp/xsconnect
Author: XESS Corporation
Author-email: info@xess.com
License: MIT
Description: ===============================
        xsconnect
        ===============================
        
        .. image:: https://img.shields.io/travis/xesscorp/xsconnect.svg
                :target: https://travis-ci.org/xesscorp/xsconnect
        
        .. image:: https://img.shields.io/pypi/v/xsconnect.svg
                :target: https://pypi.python.org/pypi/xsconnect
        
        
        Generate pin assignment constraints for a given combination of XESS peripheral + motherboard + daughterboard.
        
        * Free software: MIT license
        * Documentation: https://xesscorp.github.com/xsconnect.
        
        Features
        --------
        
        * Automates the tedious process of creating FPGA pin assignments for a given combination
          of XESS FPGA board (e.g. XuLA2), motherboard (e.g. StickIt!) and 
          peripheral board (e.g. StickIt! Audio I/O).
        * Command-line version, ``xsconn``, for batch-file operations.
        * GUI version, ``gxsconn``, for even easier interactive use.
        
        
        
        
        History
        -------
        
        0.1.4 (2016-11-04)
        _____________________
        
        * Added support for StickIt! Rotary Encoder V2.0.
        * Added support for StickIt! SmallButtons V1.0.
        * Added support for StickIt! AudioIO V2.0.
        * Added support for StickIt! QuadDAC V1.0.
        * Added support for Logic Pod Mini V1.0.
        * Added support for CAT Board.
        
        
        0.1.3 (2015-09-12)
        _____________________
        
        * Replaced explicit scripts with entrypoints.
        
        
        0.1.2 (2015-07-14)
        _____________________
        
        * Added definition file for the StickIt! Grove board.
        * Removed travis testing requirement.
        
        
        0.1.1 (2015-06-01)
        _____________________
        
        * Added generic peripheral device for getting FPGA pin assignments
          for each connector pin of the StickIt! Board.
        
        
        0.1.0 (2015-05-25)
        _____________________
        
        * First release on PyPI.
        
Keywords: xsconnect
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
