LEAP Release v15.02 - LEAP-FPGA/leap-documentation GitHub Wiki

LEAP v15.02 was released on February 27, 2015.

Features

  • Full support for Xilinx Vivado builds
  • Improved support for Synplify -- Xilinx device drivers may now be compiled using Synplify
  • Support for light-weight clock dividers
  • Partial support for the automatic inference of area groups and design partitions
  • Upgraded Xilinx memory controller
  • Numerous bug fixes

Release Branches

The following core packages are included in this release:

Virtual Machine

Kick the tires with a virtual machine

Installation on Ubuntu 14.04

Debian packages are provided as a convenience.

Add the file /etc/apt/sources.list.d/asim.list with the following content:

## LEAP Repository

deb http://asim.csail.mit.edu/apt/releases/ubuntu trusty main
deb-src http://asim.csail.mit.edu/apt/releases/ubuntu trusty main

Next, update your repository information:

apt-get update

And finally, install LEAP:

apt-get install leap leap-platforms leap-multifpga

Installation on Ubuntu 12.04

Although we recommend new installations use Ubuntu 14.04, we have also provided v15.02 packages for 12.04. If you already have an AWB installation, apt-get upgrade should pick up the new version.

Add the file /etc/apt/sources.list.d/asim.list with the following content:

## LEAP Repository

deb http://asim.csail.mit.edu/apt/releases/ubuntu precise main
deb-src http://asim.csail.mit.edu/apt/releases/ubuntu precise main

Next, update your repository information:

apt-get update

And finally, install LEAP:

apt-get install leap leap-platforms leap-multifpga
⚠️ **GitHub.com Fallback** ⚠️