ParameterSymbols.h file
Contains parameter-related symbol definitions.
Namespaces
- namespace slang
- Root namespace.
- namespace slang::ast
- The SystemVerilog AST.
Classes
- class slang::ast::ParameterSymbolBase
- A base class for parameter symbols, both type and value.
- class slang::ast::ParameterSymbol
- Represents a parameter value.
- class slang::ast::TypeParameterSymbol
- Represents a type parameter.
- class slang::ast::DefParamSymbol
- Represents a defparam directive.
- class slang::ast::SpecparamSymbol
- Represents a specify parameter.