Behavior compilation
--------------------
 
Once the behavioral description of the circuit is written, it is time for VHDL 
compilation.
 
 
You are now ready to compile addaccu.vbe. As we do not have written
simulation patterns yet, the only thing we can do is to test the
syntax of the file we have just edited.
 
At the shell prompt level, please type:
 
> asimut -b -c  addaccu 
 
This command instructs asimut to compile the behavioral file addaccu.vbe.
Option -b means behavioral description, and -c means compilation
only. 

Press <return> to continue.
