THIS IS THE README FILE THE THE QTEST EXAMPLES Sept 4. 1993 The qtest
examples have been run with a Verilog simulator in order to give the
user some example files to look at.  The example files are:

		qtest.v - this is Verilog example that can be used to
	try out Undertow IV and the connectivity feature.
		NOTE: for this example the following system calls have
	been added to the qtest.v code:

			$dumpvars; this will produce a Value Change
			Dump file, verilog.dump

			$utConnectivity; this will produce a connectivity
			file, utConnectivity

			$utLimitVCD(1); this will limit the dump file
			size to the number in megabytes that is in the
			brackets, in this case 1 megabyte plus the file
			space that is used for module and variable
			names.

		qtest.dump - this is the Value Change Dump file that is
	produced by Verilog when "$dumpvars" is added to to the Verilog
	code.


		qtest.connectivity - this is the connectivity file that
	is produced by the Verilog simulator that has been
	linked with the Veritools pli routines when simulating qtest.v.
	This file will be called utConnectivity when it is produced by
	the Verilog simulator.  It has been called qtest.connectivty
	for this example. When the Connectivity Tool is brought up, and
	the user has selected their first signal, to determine the
	drivers on this net, a window will pop up that will ask what
	connectivity file the user wants to view. The user for this
	example should select qtest,connectivity The dump file that
	they should be viewing along with this connectivity file is
	qtest.dump.

