CIRCT  19.0.0git
Static Public Member Functions | List of all members
circt::sv::VendorExtension< ConcreteType > Class Template Reference

This class provides a verifier for ops that are expecting their parent to be one of the given parent ops. More...

#include <SVOps.h>

Inheritance diagram for circt::sv::VendorExtension< ConcreteType >:
Inheritance graph
[legend]
Collaboration diagram for circt::sv::VendorExtension< ConcreteType >:
Collaboration graph
[legend]

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Detailed Description

template<typename ConcreteType>
class circt::sv::VendorExtension< ConcreteType >

This class provides a verifier for ops that are expecting their parent to be one of the given parent ops.

Definition at line 188 of file SVOps.h.

Member Function Documentation

◆ verifyTrait()

template<typename ConcreteType >
static LogicalResult circt::sv::VendorExtension< ConcreteType >::verifyTrait ( Operation *  op)
inlinestatic

Definition at line 191 of file SVOps.h.


The documentation for this class was generated from the following file: