• 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
          • Vl-load-merge-descriptions
          • Vl-find-basename/extension
          • Vl-load-file
          • Vl-loadresult
          • Scope-of-defines
          • Vl-find-file
            • Vl-slow-find-file-aux
            • Vl-cache-find-file-aux
            • Vl-extend-pathname
            • Vl-file-exists-p
            • Vl-ends-with-directory-separatorp
            • Vl-dirlist-cache
            • Vl-dircache
              • Vl-dircache-p
              • Vl-dircache-fix
              • Vl-make-dircache
              • Vl-dircache-equiv
          • 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
  • Vl-find-file

Vl-dircache

Fast alist mapping file names to T.

This is a cache for speeding up direct file name lookups by avoiding repeated filesystem access. It is suitable for `include files where we know the entire filename.

Subtopics

Vl-dircache-p
Recognizer for vl-dircache.
Vl-dircache-fix
(vl-dircache-fix x) is an fty alist fixing function that follows the fix-keys strategy.
Vl-make-dircache
Make a vl-dircache for a directory.
Vl-dircache-equiv
Basic equivalence relation for vl-dircache structures.