Metadata-Version: 1.1
Name: xsconnect
Version: 0.1.2
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://xsconnect.readthedocs.org.
        
        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.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
