#****************************************************************************
#*                        README for tcl_tb_put1
#*
#* Author: Matthew Ballance
#****************************************************************************

    This example designs shows how to use the testbench scripting commands.
The simple ALU is used as the DUT. 
    The testbench scripting commands are used to apply stimulus to the ALU
and to check the results.

-----------------------------
- Building/Running
-----------------------------
    - Copy the tcl_tb_put1 directory to a local location
    - Execute the 'build' script. Check for any errors
    - Execute the 'run' script. You should see:
        - IVI should be invoked
	- The wave window will appear
	- At the end of the test, "PASS: " should be displayed at the bottom
	  of the IVI command window.

