ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
vlog_parser_util.h
1 
6 #ifndef ILANG_VERILOG_IN_VLOG_PARSER_UTIL_H__
7 #define ILANG_VERILOG_IN_VLOG_PARSER_UTIL_H__
8 
9 extern "C" {
10 #include <verilogparser/verilog_ast.h>
11 }
12 
13 #include <string>
14 
16 namespace ilang {
17 
19 std::string _ast_identifier_tostring(ast_identifier id);
20 
21 }; // namespace ilang
22 
23 #endif // ILANG_VERILOG_IN_VLOG_PARSER_UTIL_H__
std::string _ast_identifier_tostring(ast_identifier id)
A wrapper of the ast_identifier_tostring method with basic string type.