ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Macros
include
ilang
verilog-in
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__
ilang::_ast_identifier_tostring
std::string _ast_identifier_tostring(ast_identifier id)
A wrapper of the ast_identifier_tostring method with basic string type.
Generated by
1.8.5