ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
target-itsy/interface.h
Go to the documentation of this file.
1 
4 #ifndef ILANG_TARGET_ITSY_INTERFACE_H__
5 #define ILANG_TARGET_ITSY_INTERFACE_H__
6 
7 #include <string>
8 
10 
12 namespace ilang {
13 
19 InstrLvlAbsPtr ImportSynthAbsFromFile(const std::string& file_name,
20  const std::string& ila_name = "");
21 
28 InstrLvlAbsPtr ImportSynthAbsFromFileHier(const std::string& file_name,
29  const InstrLvlAbsPtr& parent,
30  const std::string& ila_name = "");
31 
32 }; // namespace ilang
33 
34 #endif // ILANG_TARGET_ITSY_INTERFACE_H__
InstrLvlAbsPtr ImportSynthAbsFromFile(const std::string &file_name, const std::string &ila_name="")
Import from file the abstraction from the synthesis engine and convert it into an ILA model...
InstrLvlAbsPtr ImportSynthAbsFromFileHier(const std::string &file_name, const InstrLvlAbsPtr &parent, const std::string &ila_name="")
Import from file the abstraction from the synthesis engine and convert it into a child-ILA of the spe...
InstrLvlAbs::InstrLvlAbsPtr InstrLvlAbsPtr
Pointer type for normal use of InstrLvlAbs.
Definition: instr_lvl_abs.h:326