[Updated 07.19.99 for CW v6.5 - SZ Starbase Corp.]

04/96

    Verilog.DLL - Language support for Verging

    This DLL lets you use Codewright's Template Expansion and Chromacoding
    features with Verilog language source files. While it is still worthwhile to use the DLL
    for the list of templates that it provides, and for selective display, the ChromaCoding
    can now be provided by CodeWright's Verilog ChromaCoding lexer. You can use this DLL
    with the lexer so that you can get the full functionality of both features. You may
    opt to use the DLL's ChromaCoding instead of CW's lexer, however the ChromaCoding
    that is provided by CW's lexer is better and easier to customize.

	ChromaCoding support covers Verilog keywords and system tasks/functions.
	Syntactic constructs include events, delays, and comments.

	Template expansion is supported for Verilog for() loops and begin/end
	blocks, and is configurable through the regular Template Setup dialog.

	A "Routines" function is provided to put the current buffer
	into selective-display mode, showing only module names.
    
    This package contains the source for VERILOG.DLL and compiled
    versions of the DLLs. To use it, copy the appropriate VERILOG.DLL 
    in to your CodeWright directory. Launch CodeWright,
        
        Using CW 5.1 go to Tools|Libraries
        Using CW 6.0 go to Tools|Customize|Libraries
        Using CW 6.5 go to Customize|Libraries
        
        click on "Add". Select VERILOG.DLL and click "Open". Click "Ok".


	Copyright (C) 1996 by Starbase Corporation.  All rights reserved.
		
	    
	Revision History:

			Jul-19-00			Updates keywords and coloring of @
            Apr-19-96   1.00    Initial release
            Apr-25-96   1.01    Fixed bug in ChromaCoding parentheses
                                at the end of the buffer.
            Feb-13-96   1.10    Updated for CodeWright version 5.0.
