• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
          • Preprocessor
          • Vl-loadconfig
          • Lexer
          • Vl-loadstate
          • Parser
            • Parse-expressions
            • Parse-udps
            • Vl-genelements
            • Parse-paramdecls
            • Parse-blockitems
            • Parse-utils
            • Parse-insts
            • Parse-datatype
            • Parse-functions
            • Parse-datatypes
            • Parse-strengths
            • Vl-parse-genvar-declaration
            • Vl-parse
            • Parse-ports
              • Parse-port-types
              • Sv-ansi-portdecls
              • Creating-portdecls/vardecls
                • Vl-make-ports-and-maybe-nets
                • Vl-parsed-port-identifier-p
                  • Vl-parsed-port-identifier
                  • Make-vl-parsed-port-identifier
                  • Change-vl-parsed-port-identifier
                  • Make-honsed-vl-parsed-port-identifier
                  • Honsed-vl-parsed-port-identifier
                  • Vl-parsed-port-identifier->udims
                  • Vl-parsed-port-identifier->name
                • Vl-build-portdecls
                • Vl-build-netdecls-for-ports
                • Vl-parsed-port-identifier-list-from-idtokenlist
                • Vl-parsed-port-identifier-list-p
              • Sv-non-ansi-portdecls
              • Verilog-2005-ports
              • Sv-ansi-port-interpretation
              • Verilog-2005-portdecls
            • Seq
            • Parse-packages
          • Vl-load-merge-descriptions
          • Scope-of-defines
          • Vl-load-file
          • Vl-flush-out-descriptions
          • Vl-description
          • Vl-loadresult
          • Vl-read-file
          • Vl-find-basename/extension
          • Vl-find-file
          • Vl-read-files
          • Extended-characters
          • Vl-load
          • Vl-load-main
          • Vl-load-description
          • Vl-descriptions-left-to-load
          • Inject-warnings
          • Vl-load-descriptions
          • Vl-load-files
          • Vl-load-summary
          • Vl-collect-modules-from-descriptions
          • Vl-descriptionlist
        • Transforms
        • Lint
        • Mlib
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Creating-portdecls/vardecls

Vl-parsed-port-identifier-p

Temporary structure created during port parsing.

(vl-parsed-port-identifier-p x) is a defaggregate of the following fields.

  • name — Identifier for the port being declared.
        Invariant (vl-idtoken-p name).
  • udims — Unpacked dimensions for this port, if any.
        Invariant (vl-packeddimensionlist-p udims).

Source link: vl-parsed-port-identifier-p

Subtopics

Vl-parsed-port-identifier
Raw constructor for vl-parsed-port-identifier-p structures.
Make-vl-parsed-port-identifier
Constructor macro for vl-parsed-port-identifier-p structures.
Change-vl-parsed-port-identifier
A copying macro that lets you create new vl-parsed-port-identifier-p structures, based on existing structures.
Make-honsed-vl-parsed-port-identifier
Constructor macro for honsed vl-parsed-port-identifier-p structures.
Honsed-vl-parsed-port-identifier
Raw constructor for honsed vl-parsed-port-identifier-p structures.
Vl-parsed-port-identifier->udims
Access the udims field of a vl-parsed-port-identifier-p structure.
Vl-parsed-port-identifier->name
Access the name field of a vl-parsed-port-identifier-p structure.