How to Install fpgatools in Ubuntu 18.04



Install fpgatools by entering the following commands in the terminal:

sudo apt update
sudo apt install fpgatools

Description:

tool to program field-programmable gate arrays

fpgatools is a toolchain to program field-programmable gate array (FPGA). The only supported chip at this time is the xc6slx9, a cheap but powerful 45nm-generation chip with about 2400 LUTs, block ram and multiply-accumulate devices.

Homepage: https://github.com/Wolfgang-Spraul/fpgatools

Version: 0.0+201212-1build1

Section: universe/utils