VhdlParserIF.h
Go to the documentation of this file.
1 #ifndef VHDLPARSERIF
2 #define VHDLPARSERIF
3 
4 #include "VhdlParser.h"
5 
7 {
8  public:
9  static void parseVhdlfile(const char* inputBuffer,bool inLine);
10 
11 };
12 #endif
static void parseVhdlfile(const char *inputBuffer, bool inLine)