• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
          • Preprocessor
          • Vl-loadconfig
          • Vl-loadstate
          • Lexer
          • Parser
            • Parse-expressions
            • Parse-udps
            • Parse-statements
            • Parse-property
            • Vl-genelements
            • Parse-paramdecls
            • Parse-blockitems
            • Parse-utils
            • Parse-insts
            • Parse-functions
            • Parse-assignments
            • Parse-clocking
              • Vl-sort-clocking-block-items
              • Vl-parse-normal-clocking-declaration
              • Vl-parse-list-of-clocking-decl-assigns
              • Vl-clocking-direction-head
              • Vl-parse-default-skew-item
              • Vl-parse-clocking-block-item
              • Vl-parse-global-clocking-declaration
              • Vl-parse-clocking-direction
              • Vl-parse-clocking-block-items-until-endclocking
              • Vl-defaultskew-item
              • Vl-parse-clocking-skew
              • Vl-parse-defaultdisable
              • Vl-maybe-parse-clocking-skew
              • Vl-clocking-block-item
              • Vl-clocking-block-item-list
              • Vl-defaultskew-item-list
            • Parse-strengths
            • Vl-parse-genvar-declaration
            • Vl-parse
            • Parse-netdecls
            • Parse-asserts
            • Vl-maybe-parse-lifetime
            • Parse-dpi-import-export
            • Parse-ports
            • Parse-timeunits
            • Seq
            • Parse-packages
            • Parse-eventctrl
          • Vl-load-merge-descriptions
          • Vl-find-basename/extension
          • Vl-load-file
          • Vl-loadresult
          • Scope-of-defines
          • Vl-find-file
          • Vl-flush-out-descriptions
          • Vl-description
          • Vl-read-file
          • Vl-includeskips-report-gather
          • Vl-load-main
          • Extended-characters
          • Vl-load
          • Vl-load-description
          • Vl-descriptions-left-to-load
          • Inject-warnings
          • Vl-preprocess-debug
          • Vl-write-preprocessor-debug-file
          • Vl-read-file-report-gather
          • Vl-load-descriptions
          • Vl-load-files
          • Translate-off
          • Vl-load-read-file-hook
          • Vl-read-file-report
          • Vl-loadstate-pad
          • Vl-load-summary
          • Vl-collect-modules-from-descriptions
          • Vl-loadstate->warnings
          • Vl-iskips-report
          • Vl-descriptionlist
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Parser

Parse-clocking

Functions for parsing SystemVerilog clocking blocks.

Subtopics

Vl-sort-clocking-block-items
Vl-parse-normal-clocking-declaration
Match a single, non-global clocking_declaration.
Vl-parse-list-of-clocking-decl-assigns
Match list_of_clocking_decl_assign.
Vl-clocking-direction-head
Temporary structure for parsing.
Vl-parse-default-skew-item
Match 'default' default_skew ';' .
Vl-parse-clocking-block-item
Match a clocking_item.
Vl-parse-global-clocking-declaration
Match a single global clocking declaration.
Vl-parse-clocking-direction
Matches clocking_direction.
Vl-parse-clocking-block-items-until-endclocking
Vl-defaultskew-item
Temporary structure for parsing default default_skew clocking items.
Vl-parse-clocking-skew
Match clocking_skew.
Vl-parse-defaultdisable
Match a single default disable iff ... construct
Vl-maybe-parse-clocking-skew
Match [clocking_skew].
Vl-clocking-block-item
Temporary structure for parsing clocking block bodies.
Vl-clocking-block-item-list
A list of vl-clocking-block-item-p objects.
Vl-defaultskew-item-list
A list of vl-defaultskew-item-p objects.