LEAP Release v15.02 - LEAP-FPGA/leap-documentation GitHub Wiki
LEAP v15.02 was released on February 27, 2015.
- 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
The following core packages are included in this release:
- leap - core LEAP libraries and build system.
- leap-platforms - board support libraries.
- leap-multifpga - support for heterogeneous and multiple-FPGA systems.
Kick the tires with a virtual machine
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
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