file
PortSymbols.hContains port-related symbol definitions.
Namespaces
- namespace slang
- Root namespace.
- namespace slang::ast
- The SystemVerilog AST.
Classes
- class slang::ast::PortSymbol
- Represents the public-facing side of a module / program / interface port.
- class slang::ast::MultiPortSymbol
- Represents a multi-port, which is a port symbol that externally appears as a single connection but internally connects to multiple names, potentially with varying directions.
- class slang::ast::InterfacePortSymbol
- Represents the public-facing side of a module / program / interface port that is also a connection to an interface instance (optionally with a modport restriction).