CIRCT  20.0.0git
Functions
TimingControls.cpp File Reference
#include "ImportVerilogInternals.h"
#include "slang/ast/TimingControl.h"
#include "llvm/ADT/ScopeExit.h"
Include dependency graph for TimingControls.cpp:

Go to the source code of this file.

Functions

static moore::Edge convertEdgeKind (const slang::ast::EdgeKind edge)
 
static LogicalResult handleRoot (Context &context, const slang::ast::TimingControl &ctrl, moore::WaitEventOp &implicitWaitOp)
 

Function Documentation

◆ convertEdgeKind()

static moore::Edge convertEdgeKind ( const slang::ast::EdgeKind  edge)
static

Definition at line 16 of file TimingControls.cpp.

◆ handleRoot()

static LogicalResult handleRoot ( Context context,
const slang::ast::TimingControl &  ctrl,
moore::WaitEventOp &  implicitWaitOp 
)
static