GithubHelp home page GithubHelp logo

opensiriusfox / amaranth-boards Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amaranth-lang/amaranth-boards

0.0 0.0 0.0 247 KB

Board definitions for Amaranth HDL

License: BSD 2-Clause "Simplified" License

Python 100.00%

amaranth-boards's Introduction

Board definitions for Amaranth HDL

The Amaranth Board Definitions contain platform specific information for deploying Amaranth projects onto readily available and common FPGA hardware. The boards defined within this repository are listed within amaranth_boards/.

TODO: describe a typical board file, or point to general Amarnath documentation.

For a quick reference of the boards described by this repository, reference the Boards Table or see the board sources defined in amaranth_boards/ directly.

Installation

After following the setup instructions for the core Amaranth HDL tool chain, the amaranth_boards package can be installed in the same location as site-packages or dist-packages. The boards package follows a conventional setup process for a source based python package.

Setup Requirements

This guide assumes a supported version of Python and pip are available on the host system. Reference the Amaranth HDL documentation for specific versions and detailed setup instructions for for python and pip.

Prior to attempting to install the boards package, ensure your system has the required setuptools packages available.

  • setuptools > 67.0
  • setuptools_scm[toml] > 6.2

If you find you are missing either setuptools package, running the following command should install them locally assuming pip is available.

pip install setuptools setuptools_scm[toml]

Quick Installation

Use the following command to directly install from this repository

pip install 'amaranth-boards @ git+https://github.com/amaranth-lang/amaranth-boards.git'

Local Installation

Either clone a copy of the source code from the repository, or download a bundled copy of the current main branch from the releases on this page. From within the root directory of the repository run the following command to install the current release of the boards package to the current user's python packages directory.

pip install --user -e .

License

Amaranth is released under the very permissive two-clause BSD license. Under the terms of this license, you are authorized to use Amaranth for closed-source proprietary designs.

See LICENSE file for full copyright and license info.

amaranth-boards's People

Contributors

awygle avatar cr1901 avatar emilazy avatar esden avatar fatsie avatar frubbl avatar guztech avatar igrr avatar kbeckmann avatar kowalewskijan avatar ktemkin avatar mglb avatar miek avatar neuschaefer avatar nicolas-robin avatar opensiriusfox avatar orangecms avatar pftbest avatar ravenslofty avatar rroohhh avatar sbourdeauducq avatar sjolsen avatar stephanvanschaik avatar tdaede avatar tiltmesenpai avatar trabucayre avatar twam avatar whitequark avatar wransohoff avatar x44203 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.