4 #ifndef ILANG_TARGET_ITSY_INTERFACE_H__
5 #define ILANG_TARGET_ITSY_INTERFACE_H__
20 const std::string& ila_name =
"");
30 const std::string& ila_name =
"");
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