Code Monkey home page Code Monkey logo

nmigen-learning's Introduction

This thing

This is me playing around with my new Icebreaker FPGA and nmigen(_dg). The goal is to find a nice project structure and perhaps find a way to work on my Arty a7 with a fully FOSS toolchain for once.

My focus is currently on:

* Effortless dependency management
* Helper functions for inspection and documentation of the design
* Helper functions for targeting multiple FPGA platforms and boards
* Creating PRs to other projects with stuff I come across here
* Having fun with my FPGA

Setup

pip install --user poetry
poetry config --local virtualenvs.in-project true # optional, makes cleanup easier
poetry install

And these optional dependencies, installed inside the virtualenv:

poetry install -E yosys
poetry install -E nextpnr-ice40
poetry install -E nextpnr-ecp5

Running stuff

poetry run python -m fpga.icebreaker
poetry run python -m fpga.modules.blinker generate

To reduce the amount of typing:

poetry shell

todo:

  • Diagrams are nice
  • Documentation generation would be nice
  • A central nmigen-pmod repository would be nice
  • A RISCV toolchain would be nice (make socs, and compile C, C++ or Rust)
  • nextpnr-prxray or vpr would be nice
  • Batch setup of Vivado would be nice
  • Ability to synth on a host accessible with ssh would be nice

nmigen-learning's People

Contributors

pbsds avatar

Watchers

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