keywords.h File Reference

Contains functions for checking Verilog keywords. More...

Go to the source code of this file.

Functions

int lexer_keyword_1995_code (const char *str, int length)
 Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.
int lexer_keyword_sys_1995_code (const char *str, int length)
 Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.
int lexer_keyword_2001_code (const char *str, int length)
 Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.
int lexer_keyword_sys_2001_code (const char *str, int length)
 Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.
int lexer_keyword_sv_code (const char *str, int length)
 Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.
int lexer_keyword_sys_sv_code (const char *str, int length)
 Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

Detailed Description

Contains functions for checking Verilog keywords.

Author:
Trevor Williams (phase1geo@gmail.com)
Date:
12/2/2001

Function Documentation

int lexer_keyword_1995_code ( const char *  str,
int  length 
)

Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_2001_code ( const char *  str,
int  length 
)

Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sv_code ( const char *  str,
int  length 
)

Returns the defined value of the keyword or IDENTIFIER if this is not a Verilog keyword.

int lexer_keyword_sys_1995_code ( const char *  str,
int  length 
)

Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

int lexer_keyword_sys_2001_code ( const char *  str,
int  length 
)

Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

int lexer_keyword_sys_sv_code ( const char *  str,
int  length 
)

Returns the defined value of the system task keyword or S_user if this is not a Verilog system task keyword.

Generated on Sun Nov 21 00:55:39 2010 for Covered by  doxygen 1.6.3