Procedure for use of the Timing Analyser:
-----------------------------------------
1) generate .s file

2) (a) use loop information to write loop file
   (b) Copy the assembly and loop files to the folder with the pcompiler
   
3) (a) pcompiler <assembly file> <output file>    /*extension added 
       automatically. You get inf and path file*/
   (b) Copy the .path file to the folder with the staticsim
   (c) Copy the inf file to the timing analyser directory
   
4) (a) create ist file
       staticsim -t <file> /*file = path file... don't give extension*/
   (b) epilogue < "file.ist"  > temp.ist
   (c) use temp.ist for the timing analyzer

5) use the inf and ist file
    time.bin <file>


[ for both timing analyzer and staticsim.. dont' give extension ]

Note : pcompiler creates a debug file with no extension, just outfile_name
that we provided. It's the assembly file with debugging info, and basic block
information. To avoid creating it, do : pcompiler -d ....

staticsim requires only path file.
