#include "ImportVerilogInternals.h"
#include "slang/ast/TimingControl.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/SaveAndRestore.h"
Go to the source code of this file.
◆ 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 |