systemc-clang 2.0.0
Parsing SystemC constructs
|
#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"
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) |
#define DEBUG_TYPE "HDL" |
Different matchers may use different DEBUG_TYPE.
Definition at line 25 of file HDLMain.cpp.