Netlist capture
---------------

To compile and run the C file, you must use the genlib program.
  
You must specify the input format of cells that are instanciated 
in the C file. 
  
please enter the following command: 
  
> setenv MBK_IN_LO vst 
> setenv MBK_OUT_LO vst 
  
These setenv defines the input and output formats for the netlist. 
vst stands for structural VHDL description. The design 
methodology assumes that user defined netlists must use extension 
vst. The al format is mostly used for extracted netlist with specific 
informations like capacitances that can not be coded in VHDL. 
  
At last, you can execute the genlib program: 
  
> genlib addaccu
 
You can now look in the current directory for a file name addaccu.vst.
This file contains the resulting description of the core.
 
The chip.c file contains the actual chip netlist.
You can edit it to see how pads are instanciated.

Running the following command:

> genlib chip

creates chip.vst, the resulting netlist, in the current directory.

Press <return> to continue.
