| 1 | = ALOE Quick Start Guide = |
| 2 | |
| 3 | In this page we describe how to download, install and run an example waveform for ALOE. |
| 4 | |
| 5 | == Downloading & Installing == |
| 6 | |
| 7 | {{{ |
| 8 | svn co http://flexnets.upc.edu/svn/phal/trunk phal_trunk |
| 9 | cd phal_trunk |
| 10 | ./autogen.sh |
| 11 | ./configure |
| 12 | make |
| 13 | sudo make install |
| 14 | }} |
| 15 | |
| 16 | == Running an example == |
| 17 | |
| 18 | From the same directory where the source is (phal_trunk): |
| 19 | {{{ |
| 20 | runph |
| 21 | }}} |
| 22 | |
| 23 | And in the runph prompt: |
| 24 | {{{ |
| 25 | runph$: phload example |
| 26 | runph$: phinit example |
| 27 | runph$: phrun example |
| 28 | }}} |
| 29 | |
| 30 | And your waveform is running! |
| 31 | |