Version 1 (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

svn co http://flexnets.upc.edu/svn/phal/trunk phal_trunk
cd phal_trunk
./autogen.sh
./configure
make
sudo make install
}}

== 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!