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
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__
Generated by
1.8.5