Version 5 (modified by ismael, 16 years ago) |
---|
ALOE Quick Start Guide
In this page we describe how to download, install and run an example waveform for ALOE.
Downloading & Installing
From source
Download from http://flexnets.upc.edu/downloads/aloe-1.0.tar.gz
Untar, compile and install:
tar xzvf aloe-1.0.tar.gz cd aloe-1.0 ./configure make sudo make install
Debian packages
Edit your /etc/apt/sources.list and add the following line:
Running an example
From the same directory where the source is (phal_trunk):
runph
And in the runph prompt:
runph$: phload example runph$: phinit example runph$: phrun example
And your waveform is running!