Code Monkey home page Code Monkey logo

confmc.x86_64.linux.2020.06's Introduction

CON-FMCTM

CON-FMC is an FMC (FPGA Mezzanine Card) and connects computer to the FPGA through USB 3.0/2.0.
More details can be found at here. This page contains software package version 2020.06 for CON-FMC. CON-FMC board

License

FUTURE DESIGN SYSTEMS SOFTWARE END-USER LICENSE AGREEMENT FOR CON-FMC.
See 'EULA.txt' file.

How to install

See 'Section 3 Software installation' of 'doc/FDS-TD-2018-03-001-CON-FMC-User-Manual.pdf'.

Linux

  1. Get the package from GitHub, where '2020.06' stands for version
    $ git clone https://github.com/github-fds/confmc.x86_64.linux.2020.06.git
  2. Down to the retrieved directory
    $ cd confmc.x86_64.linux.2020.06
  3. Run 'coninstall.sh' with root permission
    $ sudo ./coninstall.sh
    Use '-dst install_dir' option to specify installation directory, otherwise '/opt/confmc/2020.06' will be used by default, where '2020.06' can be vary depending on version.
  4. Do not forget to source setup script before using this package. Then, all necessary environment variables will be set for you.
    • for default Python
      $ source /opt/confmc/2020.06/settings.sh
    • for default Python version 2
      $ source /opt/confmc/2020.06/settings.sh -python 2
    • for default Python version 3
      $ source /opt/confmc/2020.06/settings.sh -python 3

Windows

  1. Get the package from GitHub, where '2020.06' stands for version
    > git clone https://github.com/github-fds/confmc.x86_64.mingw.2020.06.git
  2. Copy the retrieved directory to somewhere
    > copy confmc.x86_64.mingw.2020.06 C:\confmc\2020.06
  3. Set 'CONFMC_HOME' environment variable to 'C:\confmc\2020.06'
    > setx -m CONFMC_HOME C:\confmc\2020.06

How to use

Refer to following documents.

Refer to examples available at here.

What's new

Refer to 'RELEASE_NOTES.txt'.

Contact

confmc.x86_64.linux.2020.06's People

Contributors

adki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.