systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
HDLMain.cpp File Reference
#include <regex>
#include <tuple>
#include <unordered_map>
#include "SystemCClang.h"
#include "PortBinding.h"
#include "ArrayTypeUtils.h"
#include "Tree.h"
#include "HDLMain.h"
#include "SensitivityMatcher.h"
#include "clang/Basic/FileManager.h"
#include "llvm/Support/Debug.h"
#include "clang/Basic/Diagnostic.h"
#include "HDLHnode.h"
#include "HDLThread.h"
#include <iostream>
#include "APIntUtils.h"
Include dependency graph for HDLMain.cpp:

Go to the source code of this file.

Namespaces

namespace  systemc_hdl
 

Macros

#define DEBUG_TYPE   "HDL"
 Different matchers may use different DEBUG_TYPE.
 

Functions

std::unique_ptr< clang::tooling::FrontendActionFactory > systemc_hdl::newFrontendActionFactory (const std::string &top_module)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "HDL"

Different matchers may use different DEBUG_TYPE.

Definition at line 25 of file HDLMain.cpp.