This is the first AtoZ release.

Click AtoZ elements by TNT @ University of Genoa

== COMPILING ==

1. Make sure you have installed click. Here, we assume it's installed in /opt/click.

2. Usual boring compiling procedure

# debug build
$ CXXFLAGS="-O0 -g -DDEBUG" ./configure --with-click=/opt/click
# or
# release build
$ CXXFLAGS="-O2 -pipe -march=pentium4" ./configure --with-click=/opt/click

$ make
$ make install

== USAGE ==

You will need the AtoZ firmware to be loaded in the NetFPGA before using AtoZ.
Read firmware/README for more information.
Note that you need to specify require(atoz); in your click config files.
Find sample configuration in the examples directory.

-- Brasil Team
 Marco Canini
 Wei Li
 Andrew Moore
 Martin Zadnik
