ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
verilog_parse.h
Go to the documentation of this file.
1 
4 #ifndef ILANG_VERILOG_IN_VERILOG_PARSE_H__
5 #define ILANG_VERILOG_IN_VERILOG_PARSE_H__
6 
7 #include <string>
8 
10 namespace ilang {
11 
12 // void TestParseVerilog();
13 int TestParseVerilogFrom(const std::string& fn);
14 
15 }; // namespace ilang
16 
17 #endif // ILANG_VERILOG_IN_VERILOG_PARSE_H__