#include "ImportVerilogInternals.h"
#include "slang/ast/TimingControl.h"
#include "llvm/ADT/ScopeExit.h"
Go to the source code of this file.
|
| static ltl::ClockEdge | convertEdgeKindLTL (const slang::ast::EdgeKind edge) |
| |
| static moore::Edge | convertEdgeKind (const slang::ast::EdgeKind edge) |
| |
| static LogicalResult | handleRoot (Context &context, const slang::ast::TimingControl &ctrl, moore::WaitEventOp *implicitWaitOp) |
| |
◆ convertEdgeKind()
| static moore::Edge convertEdgeKind |
( |
const slang::ast::EdgeKind |
edge | ) |
|
|
static |
◆ convertEdgeKindLTL()
| static ltl::ClockEdge convertEdgeKindLTL |
( |
const slang::ast::EdgeKind |
edge | ) |
|
|
static |
◆ handleRoot()
| static LogicalResult handleRoot |
( |
Context & |
context, |
|
|
const slang::ast::TimingControl & |
ctrl, |
|
|
moore::WaitEventOp * |
implicitWaitOp |
|
) |
| |
|
static |