This is an example of VDT programming.
By using VDT pi functions, you can easily implement VHDL front end.

main.cpp : 
	You can see the input and output of the program. 

Global.h : 
	There are some essential member variables for VHDL object processing.  

Global.cpp :
	It traverses the hierarchy of the VHDL design from the top configuration.
	It prints all the related design components.


You can compile the files simply type

$ make


The source codes are provided by Mary Kiemb
mailto:kiemb@inspire.snu.ac.kr
