• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Vwsim
      • Fgl
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
          • Scopestack
          • Hid-tools
          • Filtering-by-name
          • Vl-interface-mocktype
          • Stripping-functions
          • Genblob
          • Expr-tools
          • Hierarchy
          • Extract-vl-types
          • Range-tools
          • Finding-by-name
          • Stmt-tools
          • Modnamespace
          • Flat-warnings
          • Reordering-by-name
          • Datatype-tools
          • Syscalls
            • Vl-syscall->returninfo
            • Vl-unary-syscall-p
            • Vl-typearg-syscall-p
            • Vl-*ary-syscall-p
            • Vl-0ary-syscall-p
            • Vl-$random-expr-p
            • Vl-simple-id-name
            • Vl-unary-syscall->arg
          • Allexprs
          • Lvalues
          • Port-tools
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Testing-utilities
    • Math
  • Mlib

Syscalls

Functions for working with system functions like $bits and $random.

Subtopics

Vl-syscall->returninfo
(Attempt to) look up the return type of a system function call.
Vl-unary-syscall-p
Recognize calls of a particular unary system function call.
Vl-typearg-syscall-p
Recognize calls of a particular typearg system function call.
Vl-*ary-syscall-p
Recognize calls of a particular system function call, without any arity checking.
Vl-0ary-syscall-p
Recognize calls of a particular zero-ary system function call.
Vl-$random-expr-p
Recognize calls of the $random system function.
Vl-simple-id-name
If x is a simple name with no scoping, return the name, otherwise nil.
Vl-unary-syscall->arg
Access the argument to a vl-unary-syscall-p, not including the function name.