slang Documentation
  1. User Manual
    1. Command Line Reference
    2. Language Support
    3. Warning Reference
    4. Diagnostic Waivers
    5. Tools
  2. Developer Guide
    1. Building & Installation
    2. Compilation Overview
    3. Common Components
    4. Source Management
    5. Diagnostic APIs
    6. Parsing and Syntax
  1. API Reference
    1. Namespaces
    2. Classes
    3. Files
  2. Try It
  3. GitHub

Navigation

  • slang
  • ast
  • symbols
  • AttributeSymbol.h (file)
  • BlockSymbols.h (file)
  • CheckerSymbols.h (file)
  • ClassSymbols.h (file)
  • CompilationUnitSymbols.h (file)
  • CoverSymbols.h (file)
  • InstanceSymbols.h (file)
  • MemberSymbols.h (file)
  • ParameterSymbols.h (file)
  • PortSymbols.h (file)
  • SpecifySymbols.h (file)
  • SubroutineSymbols.h (file)
  • SymbolBuilders.h (file)
  • ValueSymbol.h (file)
  • VariableSymbols.h (file)
API Reference:
  • 📁 Namespaces
  • 🏛️ Classes
  • 📄 Files

slang/ast/symbols/SpecifySymbols.h file

Contains specify block symbol definitions.

Namespaces

namespace slang
Root namespace.
namespace slang::ast
The SystemVerilog AST.

Classes

class slang::ast::SpecifyBlockSymbol
Represents a specify block.
class slang::ast::TimingPathSymbol
Represents a timing path declaration within a specify block.
class slang::ast::PulseStyleSymbol
Represents a pulse style declaration.
class slang::ast::SystemTimingCheckSymbol
Represents a system timing check declaration.

Enums

enum class SystemTimingCheckKind { Unknown, Setup, Hold, SetupHold, Recovery, Removal, RecRem, Skew, TimeSkew, FullSkew, Period, Width, NoChange }
Specifies possible kinds of system timing checks.

Contents

  • Namespaces
  • Classes
  • Enums
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.
Maybe try a full-text search with external engine?

    slang SystemVerilog language services. Copyright (C) 2015-2026 Michael Popoloski.
    Code is available on GitHub under the MIT license.