Skip to content

AWB Installation Ubuntu Pangolin

Kermin E Fleming edited this page Feb 15, 2015 · 2 revisions

AWB Installation Ubuntu Pangolin (and earlier)

Build requirements for awb/asimcore

Beyond the normal build tools the following packages need to be installed:

% sudo apt-get install subversion cvs
% sudo apt-get install libpopt-dev libqt3-mt-dev
% sudo apt-get install libqt-perl libterm-readline-gnu-perl libio-pty-perl
% sudo apt-get install scons

The HEAD of awb and asimcore repositories are test releases for Precise Pangolin.
Install these additional packages on Precise Pangolin release of Ubuntu:

% sudo apt-get install zlib1g-dev 
% sudo apt-get install libqt4-dev perlqt-dev

We also need the perl enum module which is obtained from CPAN

% sudo perl -MCPAN -e shell
    'no'
    'install enum'

Build requirements for LEAP/FPGA-based designs

The following is needed for LEAP builds:

% sudo apt-get install python-pygraph

Install Bluespec

INSTRUCTIONS TBD

Optionally you might find the following packages useful for debugging:

apt-get install verilog gtkwave

Packages required for m5 (used by HAsim Alpha simulations)

# apt-get install swig flex bison

Continue with the system-wide installation.

Clone this wiki locally