RafaelMaychmaz / docker_fpgatools

Various FPGA free tools in a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker_fpgatools

Various FPGA free tools in a Docker container

Docker: FPGA tools

Table of Contents

Goal
Demo
Example

Goal

Provide various FPGA free tools using Docker.

Demo

Get the image

Having Docker installed is a prerequisite (see installation instructions to install it).

The following command will pull a container with:

  • Ubuntu 16.04 (from parent container)
  • GNAT Ada 2016 (from parent container)
  • GHDL v0.34 with GCC backend (from parent container)
  • VUnit
  • GitPython
  • Doxygen
  • Graphviz
sudo docker pull rafaelcatrou/docker_fpgatools

Run

TODO...

Example

TODO...

About

Various FPGA free tools in a Docker container

License:Apache License 2.0