|
CIRCT 22.0.0git
|
#include "ImportVerilogInternals.h"#include "slang/ast/TimingControl.h"#include "llvm/ADT/ScopeExit.h"
Go to the source code of this file.
Functions | |
| 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) |
|
static |
Definition at line 33 of file TimingControls.cpp.
|
static |
Definition at line 16 of file TimingControls.cpp.
|
static |
Definition at line 156 of file TimingControls.cpp.
References context.
Referenced by circt::ImportVerilog::Context::convertTimingControl(), and circt::ImportVerilog::Context::convertTimingControl().