class
#include <slang/symbols/MemberSymbols.h>
ModportPortSymbol Represents a single port specifier in a modport declaration.
Contents
- Reference
Base classes
- class ValueSymbol
Public variables
- ArgumentDirection direction
- The direction of data flowing across the port.
- const Symbol* internalSymbol
Variable documentation
const Symbol* slang:: ModportPortSymbol:: internalSymbol
An instance-internal symbol that this port connects to, if any. Ports that do not connect directly to an internal symbol will have this set to nullptr.