• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • 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
              • Vl-idtokenlist->names
              • Vl-make-traditional-udp-head
              • Vl-udp-head-p
                • Vl-udp-head
                • Make-vl-udp-head
                • Change-vl-udp-head
                • Make-honsed-vl-udp-head
                • Honsed-vl-udp-head
                • Vl-udp-head->sequentialp
                • Vl-udp-head->output
                • Vl-udp-head->inputs
              • Vl-parse-traditional-udp-head
              • Vl-parse-1+-udp-input-declarations-separated-by-commas
              • Vl-parse-udp-output-declaration
              • Vl-parse-integrated-udp-head
              • Vl-parse-udp-declaration
              • Vl-udp-body-p
              • Vl-parse-udp-initial-statement
              • Vl-parse-two-level-symbols
              • Vl-parse-udp-input-declaration
              • Vl-parse-combinational-entries-until-endtable
              • Vl-parse-udp-port-declaration
              • Vl-parse-sequential-entries-until-endtable
              • Vl-parse-level-symbol
              • Vl-parse-edge-symbol
              • Vl-parse-1+-udp-port-declarations
              • Vl-parse-0+-udp-port-declarations
              • Vl-skip-through-endprimitive
              • Vl-parse-udp-reg-declaration
              • Vl-parse-udp-init-val
              • Vl-parse-sequential-entry
              • Vl-parse-level-input-list
              • Vl-parse-edge-input-list
              • Vl-parse-udp-body
              • Vl-parse-seq-input-list
              • Vl-parse-combinational-entry
              • Vl-parse-combinational-body
              • Vl-port/vardecllist-p
              • Vl-parse-sequential-table
              • Vl-parse-edge-indicator
              • Vl-parse-output-symbol
              • Vl-parse-0+-level-symbols
              • Vl-parse-next-state
              • Vl-parse-current-state
              • Vl-make-udp-with-parse-error
              • Vl-make-udp-portdecls
              • Vl-port/vardecllist->vardecls
              • Vl-port/vardecllist->portdecls
              • Vl-port/vardecl
              • Vl-10-integer-token-p
              • Vl-01-integer-token-p
            • Parse-statements
            • Parse-property
            • Vl-genelements
            • Parse-paramdecls
            • Parse-blockitems
            • Parse-utils
            • Parse-insts
            • Parse-functions
            • Parse-assignments
            • Parse-clocking
            • 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
  • Parse-udps

Vl-udp-head-p

Temporary structure for parsing UDPs.

(vl-udp-head-p x) is a defaggregate of the following fields.

  • output — Output port for this UDP.
        Invariant (vl-portdecl-p output).
  • inputs — Input ports for this UDP, in order.
        Invariant (vl-portdecllist-p inputs).
  • sequentialp — Whether or not this is a sequential UDP.
        Invariant (booleanp sequentialp).

Source link: vl-udp-head-p

Subtopics

Vl-udp-head
Raw constructor for vl-udp-head-p structures.
Make-vl-udp-head
Constructor macro for vl-udp-head-p structures.
Change-vl-udp-head
A copying macro that lets you create new vl-udp-head-p structures, based on existing structures.
Make-honsed-vl-udp-head
Constructor macro for honsed vl-udp-head-p structures.
Honsed-vl-udp-head
Raw constructor for honsed vl-udp-head-p structures.
Vl-udp-head->sequentialp
Access the sequentialp field of a vl-udp-head-p structure.
Vl-udp-head->output
Access the output field of a vl-udp-head-p structure.
Vl-udp-head->inputs
Access the inputs field of a vl-udp-head-p structure.