Installation Instructions for the XC9000 Verilog Simulation Interface

The XC9000 Verilog simulation interface may be installed into either your 
existing XACT-CPLD software area or a separate directory.

If you install to a separate directory, change the following environment
variables.

For Sun4 :

        set path = (<verilog_path>/bin/sparc $path)
        setenv XACT <verilog_path>:$XACT

    Where <verilog_path> is the directory where the Verilog interface
    is installed.


For HPPA :

        set path = (<verilog_path>/bin/hppa $path)
        setenv XACT <verilog_path>:$XACT

    Where <verilog_path> is the directory where the Verilog interface
    is installed.


Execute the following command while in the project directory to create
Verilog timing simulation files for a completed XC9000 design:

        xepldsim -verilog <design>

    The input to xepldsim is the <design>_tim.xnf file generated by
    the xepld command. 
