					Circuitry v.2.2
					
Done by 

Palaniappan Sathappa ps38@cse.buffalo.edu
Prakash Rajamani praks@cse.buffalo.edu


..........................................................................


Untar the tar file as follows.

% tar - xvf cse605.tar

Compile the source code by executing the following command :

% javac cse605/*.java


In order to run the code, configuration file is needed. The configuration 
file lists the various paths needed during the run. 

The cob.cfg file is also present in the archive

Run the tool as follows...

% java cse605/CobUI cob.cfg


..........................................................................

