• 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
        • Warnings
        • Getting-started
        • Utilities
        • Printer
          • Ps
          • Verilog-printing
          • Basic-printing
          • Printing-locally
            • Vl-psconfig-p
              • Vl-psconfig
              • Make-vl-psconfig
              • Change-vl-psconfig
              • Honsed-vl-psconfig
              • Make-honsed-vl-psconfig
              • Vl-psconfig->tabsize
              • Vl-psconfig->package
              • Vl-psconfig->htmlp
              • Vl-psconfig->eviscconfig
              • Vl-psconfig->base
              • Vl-psconfig->autowrap-ind
              • Vl-psconfig->autowrap-col
            • Vl-ps-full-reset
            • Vl-ps-save-config
            • Vl-ps-load-config
            • Vl-ps-text-reset
            • With-local-ps
          • Formatted-printing
          • Accessing-printed-output
          • Json-printing
          • Vl-printedlist
        • Kit
        • Mlib
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Printing-locally

Vl-psconfig-p

Configuration object for saving and loading printer state.

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

  • autowrap-col — Invariant (natp autowrap-col).
  • autowrap-ind — Invariant (natp autowrap-ind).
  • htmlp — Invariant (booleanp htmlp).
  • tabsize — Invariant (posp tabsize).
  • package — Invariant (symbolp package).
  • base — Invariant (print-base-p base).
  • eviscconfig — Invariant (str::eviscconfig-p eviscconfig).

Source link: vl-psconfig-p

See vl-ps-load-config and vl-ps-save-config.

Subtopics

Vl-psconfig
Raw constructor for vl-psconfig-p structures.
Make-vl-psconfig
Constructor macro for vl-psconfig-p structures.
Change-vl-psconfig
A copying macro that lets you create new vl-psconfig-p structures, based on existing structures.
Honsed-vl-psconfig
Raw constructor for honsed vl-psconfig-p structures.
Make-honsed-vl-psconfig
Constructor macro for honsed vl-psconfig-p structures.
Vl-psconfig->tabsize
Access the tabsize field of a vl-psconfig-p structure.
Vl-psconfig->package
Access the package field of a vl-psconfig-p structure.
Vl-psconfig->htmlp
Access the htmlp field of a vl-psconfig-p structure.
Vl-psconfig->eviscconfig
Access the eviscconfig field of a vl-psconfig-p structure.
Vl-psconfig->base
Access the base field of a vl-psconfig-p structure.
Vl-psconfig->autowrap-ind
Access the autowrap-ind field of a vl-psconfig-p structure.
Vl-psconfig->autowrap-col
Access the autowrap-col field of a vl-psconfig-p structure.