• 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-iframe
            • Preprocessor-ifdef-minutia
            • Vl-preprocess
            • Vl-preprocess-loop
            • Vl-includeskips
            • Vl-read-until-end-of-define
            • Vl-define-formallist->defaults
            • Vl-define
            • Vl-expand-define
            • Vl-read-include
            • Vl-substitute-into-macro-text
            • Vl-process-ifdef
            • Ppst
              • Vl-saved-ppst
                • Vl-saved-ppst-fix
                • Vl-saved-ppst-p
                • Make-vl-saved-ppst
                • Vl-saved-ppst-equiv
                • Change-vl-saved-ppst
                • Vl-saved-ppst->ifdefmap
                • Vl-saved-ppst->warnings
                • Vl-saved-ppst->istack
                • Vl-saved-ppst->iskips
                • Vl-saved-ppst->includes
                • Vl-saved-ppst->idcache
                • Vl-saved-ppst->filemap
                • Vl-saved-ppst->defmap
                • Vl-saved-ppst->defines
                • Vl-saved-ppst->config
                • Vl-saved-ppst->activep
                • Vl-saved-ppst->bytes
                • Vl-saved-ppst->acc
              • Ppst-accessors
              • Ppst-mutators
              • Vl-ppst-fatal
              • Vl-restore-ppst
              • Vl-maybe-ppst-warn
              • Vl-save-ppst
              • Vl-ppst-warn
              • Vl-ppst-maybe-write1
              • Vl-ppst-maybe-write
              • Vl-ppst-write
            • Vl-read-define-default-text
            • Vl-process-define
            • Preprocessor-include-minutia
            • Vl-trim-for-preproc
            • Vl-line-up-define-formals-and-actuals
            • Vl-process-undef
            • Vl-split-define-text
            • Vl-def-context
            • Vl-process-endif
            • Scan-backward-for-non-whitespace
            • Vl-ifdef-context
            • Scan-backward-for-whitespace
            • Vl-atvl-atts-text
            • Scan-for-non-whitespace
            • Vl-check-remaining-formals-all-have-defaults
            • Vl-process-else
            • Vl-is-compiler-directive-p
            • Vl-includeskips-controller-lookup
            • Vl-ifdef-use-map
            • Vl-defines
            • Vl-def-use-map
            • Vl-nice-bytes
            • Vl-safe-previous-n
            • Vl-safe-next-n
            • Vl-ppst-pad
            • Vl-filename-to-string-literal
            • Vl-maybe-update-filemap
            • *vl-preprocess-clock*
            • Vl-ppst->warnings
            • Vl-ppst->iskips
            • Vl-ppst->ifdefmap
            • Vl-ppst->idcache
            • Vl-istack
            • Vl-ppst->istack
            • Vl-ppst->includes
            • Vl-ppst->filemap
            • Vl-ppst->defmap
            • Vl-ppst->defines
            • Vl-ppst->config
            • Vl-ppst->bytes
            • Vl-ppst->activep
            • Vl-ppst->acc
            • Vl-ppst-record-ifdef-use
            • Vl-ppst-record-def-use
            • Vl-ifdef-context-list
            • Vl-def-context-list
            • Vl-ppst-update-warnings
            • Vl-ppst-update-istack
            • Vl-ppst-update-iskips
            • Vl-ppst-update-includes
            • Vl-ppst-update-ifdefmap
            • Vl-ppst-update-idcache
            • Vl-ppst-update-filemap
            • Vl-ppst-update-defmap
            • Vl-ppst-update-defines
            • Vl-ppst-update-config
            • Vl-ppst-update-activep
            • Vl-ppst-update-bytes
            • Vl-ppst-update-acc
            • Vl-ppst-unsound-nreverse-acc
          • Vl-loadconfig
          • Vl-loadstate
          • Lexer
          • Parser
          • 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
  • Ppst

Vl-saved-ppst

A saved ppst, useful for backtracking in case of bad includes.

This is a product type introduced by defprod.

Fields
acc — vl-echarlist
istack — vl-istack
activep — booleanp
defines — vl-defines
filemap — vl-filemap
config — vl-loadconfig
iskips — vl-includeskips
warnings — vl-warninglist
includes — string-listp
bytes — natp
idcache — vl-dirlist-cache
ifdefmap — vl-ifdef-use-map
defmap — vl-def-use-map

Subtopics

Vl-saved-ppst-fix
Fixing function for vl-saved-ppst structures.
Vl-saved-ppst-p
Recognizer for vl-saved-ppst structures.
Make-vl-saved-ppst
Basic constructor macro for vl-saved-ppst structures.
Vl-saved-ppst-equiv
Basic equivalence relation for vl-saved-ppst structures.
Change-vl-saved-ppst
Modifying constructor for vl-saved-ppst structures.
Vl-saved-ppst->ifdefmap
Get the ifdefmap field from a vl-saved-ppst.
Vl-saved-ppst->warnings
Get the warnings field from a vl-saved-ppst.
Vl-saved-ppst->istack
Get the istack field from a vl-saved-ppst.
Vl-saved-ppst->iskips
Get the iskips field from a vl-saved-ppst.
Vl-saved-ppst->includes
Get the includes field from a vl-saved-ppst.
Vl-saved-ppst->idcache
Get the idcache field from a vl-saved-ppst.
Vl-saved-ppst->filemap
Get the filemap field from a vl-saved-ppst.
Vl-saved-ppst->defmap
Get the defmap field from a vl-saved-ppst.
Vl-saved-ppst->defines
Get the defines field from a vl-saved-ppst.
Vl-saved-ppst->config
Get the config field from a vl-saved-ppst.
Vl-saved-ppst->activep
Get the activep field from a vl-saved-ppst.
Vl-saved-ppst->bytes
Get the bytes field from a vl-saved-ppst.
Vl-saved-ppst->acc
Get the acc field from a vl-saved-ppst.